Searched refs:expected_algorithm (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/keymaster/km_openssl/ |
H A D | openssl_utils.cpp | 70 keymaster_algorithm_t expected_algorithm, in convert_pkcs8_blob_to_evp() argument 94 EVP_PKEY_id(pkey->get()), expected_algorithm); in convert_pkcs8_blob_to_evp() 98 if (expected_algorithm != got_algorithm) { in convert_pkcs8_blob_to_evp() 100 EVP_PKEY_id(pkey->get()), expected_algorithm); in convert_pkcs8_blob_to_evp() 109 keymaster_algorithm_t expected_algorithm, in KeyMaterialToEvpKey() argument 114 expected_algorithm, pkey); in KeyMaterialToEvpKey()
|
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/ |
H A D | openssl_utils.h | 90 keymaster_algorithm_t expected_algorithm, 95 keymaster_algorithm_t expected_algorithm,
|
/aosp_15_r20/packages/modules/Virtualization/libs/bssl/tests/ |
D | eckey_test.rs | 51 let expected_algorithm = AlgorithmIdentifier { in subject_public_key_info_serialization() localVariable 55 assert_eq!(expected_algorithm, subject_public_key_info.algorithm); in subject_public_key_info_serialization()
|
/aosp_15_r20/packages/modules/Virtualization/guest/rialto/tests/ |
D | test.rs | 237 let expected_algorithm = AlgorithmIdentifier { oid: ECDSA_WITH_SHA_256, parameters: None }; in check_certificate_for_client_vm() localVariable 238 assert_eq!(expected_algorithm, cert.signature_algorithm); in check_certificate_for_client_vm()
|