HomeSort by relevance Sort by last modified time
    Searched refs:GetTagCount (Results 1 - 14 of 14) sorted by null

  /system/keymaster/
operation.cpp 93 LOG_E("%d padding modes specified in begin params", begin_params.GetTagCount(TAG_PADDING));
118 LOG_E("%d digests specified in begin params", begin_params.GetTagCount(TAG_DIGEST));
hmac_key.cpp 72 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST));
ec_keymaster0_key.cpp 108 if (sw_enforced.GetTagCount(TAG_ALGORITHM) == 1)
rsa_keymaster0_key.cpp 109 if (sw_enforced.GetTagCount(TAG_ALGORITHM) == 1)
hmac_operation.cpp 63 begin_params.GetTagCount(TAG_DIGEST));
aes_operation.cpp 96 LOG_E("%d block modes specified in begin params", begin_params.GetTagCount(TAG_BLOCK_MODE));
authorization_set.cpp 520 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const {
soft_keymaster_context.cpp 435 if (hw_enforced->GetTagCount(entry.tag) == 0)
    [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 100 if (software_enforced_characteristics.GetTagCount(KM_TAG_PURPOSE) > 0 ||
101 software_enforced_characteristics.GetTagCount(KM_TAG_ALGORITHM) > 0 ||
102 software_enforced_characteristics.GetTagCount(KM_TAG_KEY_SIZE) > 0 ||
103 software_enforced_characteristics.GetTagCount(KM_TAG_RSA_PUBLIC_EXPONENT) > 0 ||
104 software_enforced_characteristics.GetTagCount(KM_TAG_DIGEST) > 0 ||
105 software_enforced_characteristics.GetTagCount(KM_TAG_PADDING) > 0 ||
106 software_enforced_characteristics.GetTagCount(KM_TAG_BLOCK_MODE) > 0) {
  /system/keymaster/include/keymaster/
authorization_set.h 215 size_t GetTagCount(keymaster_tag_t tag) const;
305 if (GetTagCount(tag) != 1)
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 666 int GetTagCount() const;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 753 int GetTagCount() const;
mkvparser.cc     [all...]

Completed in 876 milliseconds