HomeSort by relevance Sort by last modified time
    Searched refs:GetTagCount (Results 1 - 18 of 18) 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 546 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const {
soft_keymaster_context.cpp 433 if (hw_enforced->GetTagCount(entry.tag) == 0)
    [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 99 if (software_enforced_characteristics.GetTagCount(TAG_ALGORITHM) > 0 ||
100 software_enforced_characteristics.GetTagCount(TAG_KEY_SIZE) > 0 ||
101 software_enforced_characteristics.GetTagCount(TAG_RSA_PUBLIC_EXPONENT) > 0) {
authorization_set.cpp 166 size_t AuthorizationSet::GetTagCount(Tag tag) const {
  /system/security/keystore/include/keystore/
authorization_set.h 172 size_t GetTagCount(Tag tag) const;
  /system/keymaster/include/keymaster/
authorization_set.h 227 size_t GetTagCount(keymaster_tag_t tag) const;
317 if (GetTagCount(tag) != 1)
  /hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.h 177 size_t GetTagCount(Tag tag) const;
authorization_set.cpp 170 size_t AuthorizationSet::GetTagCount(Tag tag) const {
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 784 int GetTagCount() const;
mkvparser.cc     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 753 int GetTagCount() const;
mkvparser.cc     [all...]

Completed in 1040 milliseconds