/aosp_15_r20/external/tink/cc/hybrid/ |
H A D | ecies_aead_hkdf_hybrid_decrypt_test.cc | 91 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 D | ecies_aead_hkdf_dem_helper.cc | 129 DemKeyParams key_params = key_params_or.value(); in New() local
|
H A D | ecies_aead_hkdf_dem_helper.h | 75 DemKeyParams key_params) in EciesAeadHkdfDemHelper() argument
|
/aosp_15_r20/system/security/keystore2/tests/legacy_blobs/ |
H A D | keystore2_legacy_blob_tests.rs | 226 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 D | cecpq2_aead_hkdf_hybrid_decrypt_test.cc | 318 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 D | rtc_certificate_generator.cc | 34 const KeyParams& key_params, in GenerateCertificate() 70 const KeyParams& key_params, in GenerateCertificateAsync()
|
H A D | openssl_key_pair.cc | 39 static EVP_PKEY* MakeKey(const KeyParams& key_params) { in MakeKey() 98 const KeyParams& key_params) { in Generate()
|
H A D | ssl_adapter_unittest.cc | 163 const rtc::KeyParams& key_params) in SSLAdapterTestDummyServer() 300 const rtc::KeyParams& key_params) in SSLAdapterTestBase()
|
H A D | ssl_identity.h | 97 KeyParams key_params; member
|
H A D | openssl_identity.cc | 74 const KeyParams& key_params, in CreateWithExpiration()
|
H A D | boringssl_identity.cc | 72 const KeyParams& key_params, in CreateWithExpiration()
|
/aosp_15_r20/system/security/keystore2/tests/ |
H A D | keystore2_client_aes_key_tests.rs | 115 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 D | super_key.rs | 218 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 D | crypto_params.h | 37 std::string key_params; member
|
/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | fec_controller_unittest.cc | 35 const FecProtectionParams* key_params, in ProtectionRequest()
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A D | fake_rtc_certificate_generator.h | 138 void GenerateCertificateAsync(const rtc::KeyParams& key_params, in GenerateCertificateAsync()
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | flexfec_sender.cc | 113 const FecProtectionParams& key_params) { in SetProtectionParameters()
|
H A D | ulpfec_generator.cc | 98 const FecProtectionParams& key_params) { in SetProtectionParameters()
|
H A D | rtp_sender_egress.cc | 364 const FecProtectionParams& key_params) { in SetFecProtectionParameters()
|
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/util/ |
H A D | test_util_test.cc | 102 for (auto key_params : GetCommonHybridKeyParamsList()) { in TEST() local
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | srtp_filter.cc | 255 bool SrtpFilter::ParseKeyParams(const std::string& key_params, in ParseKeyParams()
|
H A D | webrtc_session_description_factory.cc | 161 rtc::KeyParams key_params = rtc::KeyParams(); in WebRtcSessionDescriptionFactory() local
|
H A D | srtp_transport.cc | 485 bool SrtpTransport::ParseKeyParams(const std::string& key_params, in ParseKeyParams()
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | types.rs | 123 pub key_params: Vec<KeyParam>, field 132 pub key_params: Vec<KeyParam>, field
|
/aosp_15_r20/system/keymaster/km_openssl/ |
H A D | block_cipher_operation.cpp | 53 const AuthProxy& key_params, in GetAndValidateGcmTagLength()
|