Home
last modified time | relevance | path

Searched defs:key_params (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/tink/cc/hybrid/
H A Decies_aead_hkdf_hybrid_decrypt_test.cc91 CommonHybridKeyParams& key_params) { in GetEciesPrivateKeyFromHexString()
228 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST_F() local
249 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST_F() local
277 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST_F() local
292 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST_F() local
314 CommonHybridKeyParams key_params = {EllipticCurveType::NIST_P256, in TEST_F() local
H A Decies_aead_hkdf_dem_helper.cc129 DemKeyParams key_params = key_params_or.value(); in New() local
H A Decies_aead_hkdf_dem_helper.h75 DemKeyParams key_params) in EciesAeadHkdfDemHelper() argument
/aosp_15_r20/system/security/keystore2/tests/legacy_blobs/
H A Dkeystore2_legacy_blob_tests.rs226 let mut key_params: Vec<KsKeyparameter> = Vec::new(); in keystore2_encrypted_characteristics() localVariable
271 let mut key_params: Vec<KsKeyparameter> = Vec::new(); in keystore2_encrypted_characteristics() localVariable
472 let mut key_params: Vec<KsKeyparameter> = Vec::new(); in keystore2_encrypted_certificates() localVariable
511 let mut key_params: Vec<KsKeyparameter> = Vec::new(); in keystore2_encrypted_certificates() localVariable
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/subtle/
H A Dcecpq2_aead_hkdf_hybrid_decrypt_test.cc318 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST_F() local
377 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST_F() local
434 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST_F() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Drtc_certificate_generator.cc34 const KeyParams& key_params, in GenerateCertificate()
70 const KeyParams& key_params, in GenerateCertificateAsync()
H A Dopenssl_key_pair.cc39 static EVP_PKEY* MakeKey(const KeyParams& key_params) { in MakeKey()
98 const KeyParams& key_params) { in Generate()
H A Dssl_adapter_unittest.cc163 const rtc::KeyParams& key_params) in SSLAdapterTestDummyServer()
300 const rtc::KeyParams& key_params) in SSLAdapterTestBase()
H A Dssl_identity.h97 KeyParams key_params; member
H A Dopenssl_identity.cc74 const KeyParams& key_params, in CreateWithExpiration()
H A Dboringssl_identity.cc72 const KeyParams& key_params, in CreateWithExpiration()
/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_aes_key_tests.rs115 let key_params = [(BlockMode::CTR, None, None), (BlockMode::GCM, Some(128), Some(128))]; in keystore2_aes_ctr_gcm_generate_key_success() localVariable
144 let key_params = [(BlockMode::CTR, None, None), (BlockMode::GCM, Some(128), Some(128))]; in keystore2_aes_ctr_gcm_generate_key_fails_incompatible() localVariable
/aosp_15_r20/system/security/keystore2/src/
H A Dsuper_key.rs218 let key_params = vec![ in decrypt() localVariable
226 let key_params: Vec<KmKeyParameter> = key_params.into_iter().map(|x| x.into()).collect(); in decrypt() localVariable
896 let mut key_params = vec![ in lock_unlocked_device_required_keys() localVariable
912 let key_params: Vec<KmKeyParameter> = in lock_unlocked_device_required_keys() localVariable
/aosp_15_r20/external/webrtc/api/
H A Dcrypto_params.h37 std::string key_params; member
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dfec_controller_unittest.cc35 const FecProtectionParams* key_params, in ProtectionRequest()
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_rtc_certificate_generator.h138 void GenerateCertificateAsync(const rtc::KeyParams& key_params, in GenerateCertificateAsync()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dflexfec_sender.cc113 const FecProtectionParams& key_params) { in SetProtectionParameters()
H A Dulpfec_generator.cc98 const FecProtectionParams& key_params) { in SetProtectionParameters()
H A Drtp_sender_egress.cc364 const FecProtectionParams& key_params) { in SetFecProtectionParameters()
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/util/
H A Dtest_util_test.cc102 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST() local
/aosp_15_r20/external/webrtc/pc/
H A Dsrtp_filter.cc255 bool SrtpFilter::ParseKeyParams(const std::string& key_params, in ParseKeyParams()
H A Dwebrtc_session_description_factory.cc161 rtc::KeyParams key_params = rtc::KeyParams(); in WebRtcSessionDescriptionFactory() local
H A Dsrtp_transport.cc485 bool SrtpTransport::ParseKeyParams(const std::string& key_params, in ParseKeyParams()
/aosp_15_r20/system/keymint/wire/src/
H A Dtypes.rs123 pub key_params: Vec<KeyParam>, field
132 pub key_params: Vec<KeyParam>, field
/aosp_15_r20/system/keymaster/km_openssl/
H A Dblock_cipher_operation.cpp53 const AuthProxy& key_params, in GetAndValidateGcmTagLength()

12