HomeSort by relevance Sort by last modified time
    Searched full:sign_algorithm (Results 1 - 7 of 7) sorted by null

  /system/keymaster/
asymmetric_key.cpp 241 keymaster_algorithm_t sign_algorithm,
245 context.AttestationChain(sign_algorithm, error));
269 keymaster_algorithm_t sign_algorithm; local
270 if ((!sw_enforced.GetTagValue(TAG_ALGORITHM, &sign_algorithm) &&
271 !tee_enforced.GetTagValue(TAG_ALGORITHM, &sign_algorithm)))
274 if ((sign_algorithm != KM_ALGORITHM_RSA && sign_algorithm != KM_ALGORITHM_EC))
333 EVP_PKEY_Ptr sign_key(context.AttestationKey(sign_algorithm, &error));
341 if (!copy_attestation_chain(context, sign_algorithm, cert_chain, &error))
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_rome.h 208 unsigned char sign_algorithm; member in struct:__anon32504
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_rome.h 209 unsigned char sign_algorithm; member in struct:__anon32527
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_rome.h 210 unsigned char sign_algorithm; member in struct:__anon32549
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_rome.c 873 ALOGI("Signature Algorithm\t\t : 0x%x", ptlv_header->tlv.patch.sign_algorithm);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_rome.c 855 ALOGI("Signature Algorithm\t\t : 0x%x", ptlv_header->tlv.patch.sign_algorithm);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_rome.c 903 ALOGI("Signature Algorithm\t\t : 0x%x", ptlv_header->tlv.patch.sign_algorithm);
    [all...]

Completed in 622 milliseconds