Home
last modified time | relevance | path

Searched refs:got_algorithm (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/keymaster/km_openssl/
H A Dopenssl_utils.cpp82 keymaster_algorithm_t got_algorithm; in convert_pkcs8_blob_to_evp() local
85 got_algorithm = KM_ALGORITHM_RSA; in convert_pkcs8_blob_to_evp()
90 got_algorithm = KM_ALGORITHM_EC; in convert_pkcs8_blob_to_evp()
98 if (expected_algorithm != got_algorithm) { in convert_pkcs8_blob_to_evp()
99 LOG_E("EVP key algorithm was %d (from type %d), not the expected %d", got_algorithm, in convert_pkcs8_blob_to_evp()