/aosp12/system/keymaster/android_keymaster/ |
H A D | operation.cpp | 91 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 D | authorization_set.cpp | 553 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const { in GetTagCount() function in keymaster::AuthorizationSet
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | authorization_set.h | 234 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 D | hmac_key.cpp | 68 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST)); in validate_algorithm_specific_new_key_params()
|
H A D | hmac_operation.cpp | 66 begin_params.GetTagCount(TAG_DIGEST)); in CreateOperation()
|
H A D | rsa_operation.cpp | 138 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 D | block_cipher_operation.cpp | 83 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 D | software_keyblobs.cpp | 288 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 D | authorization_set.cpp | 85 size_t AuthorizationSet::GetTagCount(Tag tag) const { in GetTagCount() function in aidl::android::hardware::security::keymint::AuthorizationSet
|
/aosp12/system/keymaster/ng/include/ |
H A D | authorization_set.h | 168 size_t GetTagCount(Tag tag) const;
|
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
H A D | authorization_set.h | 181 size_t GetTagCount(Tag tag) const;
|
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/ |
H A D | authorization_set.h | 178 size_t GetTagCount(Tag tag) const;
|
/aosp12/system/keymaster/contexts/ |
H A D | soft_keymaster_context.cpp | 166 if (hw_enforced->GetTagCount(entry.tag) == 0) sw_enforced->push_back(entry); in SetAuthorizations()
|
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | authorization_set.h | 177 size_t GetTagCount(Tag tag) const;
|
H A D | authorization_set.cpp | 170 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 D | authorization_set.cpp | 154 size_t AuthorizationSet::GetTagCount(Tag tag) const { in GetTagCount() function in android::hardware::keymaster::V4_0::AuthorizationSet
|