Searched refs:key_algorithm (Results 1 - 4 of 4) sorted by relevance

/system/keymaster/contexts/
H A Dkeymaster1_passthrough_context.cpp235 keymaster_algorithm_t key_algorithm; local
236 if (!key.authorizations().GetTagValue(TAG_ALGORITHM, &key_algorithm)) {
240 if ((key_algorithm != KM_ALGORITHM_RSA && key_algorithm != KM_ALGORITHM_EC))
247 auto attestation_chain = getAttestationChain(key_algorithm, &error);
250 auto attestation_key = getAttestationKey(key_algorithm, &error);
H A Dpure_soft_keymaster_context.cpp228 keymaster_algorithm_t key_algorithm; local
229 if (!key.authorizations().GetTagValue(TAG_ALGORITHM, &key_algorithm)) {
233 if ((key_algorithm != KM_ALGORITHM_RSA && key_algorithm != KM_ALGORITHM_EC))
240 auto attestation_chain = getAttestationChain(key_algorithm, &error);
243 auto attestation_key = getAttestationKey(key_algorithm, &error);
H A Dsoft_keymaster_context.cpp450 keymaster_algorithm_t key_algorithm; local
451 if (!key.authorizations().GetTagValue(TAG_ALGORITHM, &key_algorithm)) {
455 if ((key_algorithm != KM_ALGORITHM_RSA && key_algorithm != KM_ALGORITHM_EC))
462 auto attestation_chain = getAttestationChain(key_algorithm, &error);
465 auto attestation_key = getAttestationKey(key_algorithm, &error);
/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp270 keymaster_algorithm_t key_algorithm; local
271 if (!key->authorizations().GetTagValue(TAG_ALGORITHM, &key_algorithm))

Completed in 390 milliseconds