Home
last modified time | relevance | path

Searched defs:key_param (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/key_parameter/
H A Dstorage_tests.rs42 let key_param = query_from_keyparameter(&db)?; in test_new_from_sql_enum_i32() localVariable
55 let key_param = query_from_keyparameter(&db)?; in test_new_from_sql_i32() localVariable
74 let key_param = query_from_keyparameter(&db)?; in test_new_from_sql_i64() localVariable
86 let key_param = query_from_keyparameter(&db)?; in test_new_from_sql_bool() localVariable
106 let key_param = query_from_keyparameter(&db)?; in test_new_from_sql_vec_u8() localVariable
120 let key_param = query_from_keyparameter(&db)?; in test_to_sql_enum_i32() localVariable
133 let key_param = query_from_keyparameter(&db)?; in test_to_sql_i32() localVariable
148 let key_param = query_from_keyparameter(&db)?; in test_to_sql_i64() localVariable
164 let key_param = query_from_keyparameter(&db)?; in test_to_sql_vec_u8() localVariable
177 let key_param = query_from_keyparameter(&db)?; in test_to_sql_bool() localVariable
[all …]
/aosp_15_r20/system/security/keystore2/tests/legacy_blobs/
H A Dkeystore2_legacy_blob_tests.rs228 let key_param = KsKeyparameter::new(param.keyParameter.into(), param.securityLevel); in keystore2_encrypted_characteristics() localVariable
273 let key_param = in keystore2_encrypted_characteristics() localVariable
474 let key_param = KsKeyparameter::new(param.keyParameter.into(), param.securityLevel); in keystore2_encrypted_certificates() localVariable
513 let key_param = in keystore2_encrypted_certificates() localVariable
/aosp_15_r20/external/open-dice/src/
H A Dcbor_cert_op.c46 DiceKeyParam key_param; in EncodeProtectedAttributes() local
115 DiceKeyParam key_param; in EncodeCoseSign1() local
223 DiceKeyParam key_param; in EncodeCwt() local
473 DiceKeyParam key_param; in DiceCoseEncodePublicKey() local
H A Dboringssl_p256_ops.c42 DiceKeyParam* key_param) { in DiceGetKeyParam()
H A Dboringssl_p384_ops.c42 DiceKeyParam* key_param) { in DiceGetKeyParam()
H A Dboringssl_ed25519_ops.c41 DiceKeyParam* key_param) { in DiceGetKeyParam()
H A Dboringssl_multialg_ops.c45 DiceKeyParam* key_param) { in DiceGetKeyParam()
H A Dtemplate_cbor_cert_op.c167 DiceKeyParam key_param; in DiceGenerateCertificate() local
H A Dtemplate_cert_op.c177 DiceKeyParam key_param; in DiceGenerateCertificate() local
H A Dboringssl_cert_op.c587 DiceKeyParam key_param; in DiceGenerateCertificate() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_identity.cc220 const KeyParams& key_param, in Create()
233 const KeyParams& key_param) { in Create()