Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
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()
Dauthorization_set.cpp553 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const { in GetTagCount() function in keymaster::AuthorizationSet
/system/keymaster/km_openssl/
Dhmac_key.cpp68 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST)); in validate_algorithm_specific_new_key_params()
Dhmac_operation.cpp66 begin_params.GetTagCount(TAG_DIGEST)); in CreateOperation()
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()
Dblock_cipher_operation.cpp83 LOG_E("%d block modes specified in begin params", begin_params.GetTagCount(TAG_BLOCK_MODE)); in CreateOperation()
/system/keymaster/include/keymaster/
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()
/system/keymaster/key_blob_utils/
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()
/system/keymaster/ng/include/
Dauthorization_set.h168 size_t GetTagCount(Tag tag) const;
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp166 if (hw_enforced->GetTagCount(entry.tag) == 0) sw_enforced->push_back(entry); in SetAuthorizations()