HomeSort by relevance Sort by last modified time
    Searched defs:key_algorithm (Results 1 - 4 of 4) sorted by null

  /system/keymaster/contexts/
keymaster1_passthrough_context.cpp 235 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);
soft_keymaster_context.cpp 450 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);
pure_soft_keymaster_context.cpp 228 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);
  /system/keymaster/android_keymaster/
android_keymaster.cpp 270 keymaster_algorithm_t key_algorithm; local
271 if (!key->authorizations().GetTagValue(TAG_ALGORITHM, &key_algorithm))

Completed in 79 milliseconds