Home
last modified time | relevance | path

Searched refs:GetTagCount (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/keymaster/android_keymaster/
H A Doperation.cpp91 LOG_E("%d padding modes specified in begin params", begin_params.GetTagCount(TAG_PADDING)); in GetAndValidatePadding()
129 begin_params.GetTagCount(TAG_DIGEST)); in GetAndValidateDigest()
H A Dauthorization_set.cpp553 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const { in GetTagCount() function in keymaster::AuthorizationSet
/aosp12/system/keymaster/include/keymaster/
H A Dauthorization_set.h234 size_t GetTagCount(keymaster_tag_t tag) const;
323 if (GetTagCount(tag) != 1) return false; in GetTagValue()
710 template <typename... ARGS> bool GetTagCount(ARGS&&... args) const { in GetTagCount() function
711 return hw_enforced_.GetTagCount(forward<ARGS>(args)...) || in GetTagCount()
712 sw_enforced_.GetTagCount(forward<ARGS>(args)...); in GetTagCount()
/aosp12/system/keymaster/km_openssl/
H A Dhmac_key.cpp68 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST)); in validate_algorithm_specific_new_key_params()
H A Dhmac_operation.cpp66 begin_params.GetTagCount(TAG_DIGEST)); in CreateOperation()
H A Drsa_operation.cpp138 if (key.authorizations().GetTagCount(TAG_RSA_OAEP_MGF_DIGEST) > 0) { in GetAndValidateMgfDigest()
143 begin_params.GetTagCount(TAG_RSA_OAEP_MGF_DIGEST)); in GetAndValidateMgfDigest()
H A Dblock_cipher_operation.cpp83 LOG_E("%d block modes specified in begin params", begin_params.GetTagCount(TAG_BLOCK_MODE)); in CreateOperation()
/aosp12/system/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.cpp288 if (hw_enforced->GetTagCount(entry.tag) != 0) in SetKeyBlobAuthorizations()
365 if (hw_enforced->GetTagCount(entry.tag) == 0) sw_enforced->push_back(entry); in SetKeyBlobAuthorizations()
/aosp12/hardware/interfaces/security/keymint/support/
H A Dauthorization_set.cpp85 size_t AuthorizationSet::GetTagCount(Tag tag) const { in GetTagCount() function in aidl::android::hardware::security::keymint::AuthorizationSet
/aosp12/system/keymaster/ng/include/
H A Dauthorization_set.h168 size_t GetTagCount(Tag tag) const;
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dauthorization_set.h181 size_t GetTagCount(Tag tag) const;
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dauthorization_set.h178 size_t GetTagCount(Tag tag) const;
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_context.cpp166 if (hw_enforced->GetTagCount(entry.tag) == 0) sw_enforced->push_back(entry); in SetAuthorizations()
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.h177 size_t GetTagCount(Tag tag) const;
H A Dauthorization_set.cpp170 size_t AuthorizationSet::GetTagCount(Tag tag) const { in GetTagCount() function in android::hardware::keymaster::V3_0::AuthorizationSet
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dauthorization_set.cpp154 size_t AuthorizationSet::GetTagCount(Tag tag) const { in GetTagCount() function in android::hardware::keymaster::V4_0::AuthorizationSet