Searched refs:GetTagCount (Results 1 – 10 of 10) sorted by relevance
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()
553 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const { in GetTagCount() function in keymaster::AuthorizationSet
68 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST)); in validate_algorithm_specific_new_key_params()
66 begin_params.GetTagCount(TAG_DIGEST)); in CreateOperation()
138 if (key.authorizations().GetTagCount(TAG_RSA_OAEP_MGF_DIGEST) > 0) { in GetAndValidateMgfDigest()143 begin_params.GetTagCount(TAG_RSA_OAEP_MGF_DIGEST)); in GetAndValidateMgfDigest()
83 LOG_E("%d block modes specified in begin params", begin_params.GetTagCount(TAG_BLOCK_MODE)); in CreateOperation()
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() function711 return hw_enforced_.GetTagCount(forward<ARGS>(args)...) || in GetTagCount()712 sw_enforced_.GetTagCount(forward<ARGS>(args)...); in GetTagCount()
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()
168 size_t GetTagCount(Tag tag) const;
166 if (hw_enforced->GetTagCount(entry.tag) == 0) sw_enforced->push_back(entry); in SetAuthorizations()