Searched refs:GetTagCount (Results 1 – 12 of 12) sorted by relevance
94 LOG_E("%d padding modes specified in begin params", begin_params.GetTagCount(TAG_PADDING)); in GetAndValidatePadding()132 begin_params.GetTagCount(TAG_DIGEST)); in GetAndValidateDigest()
572 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const { in GetTagCount() function in keymaster::AuthorizationSet
72 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST)); in validate_algorithm_specific_new_key_params()
63 begin_params.GetTagCount(TAG_DIGEST)); in CreateOperation()
85 LOG_E("%d block modes specified in begin params", begin_params.GetTagCount(TAG_BLOCK_MODE)); in CreateOperation()
108 if (sw_enforced.GetTagCount(TAG_ALGORITHM) == 1) in LoadKey()
109 if (sw_enforced.GetTagCount(TAG_ALGORITHM) == 1) in LoadKey()
124 if (software_enforced_characteristics.GetTagCount(TAG_ALGORITHM) > 0 || in TestKey()125 software_enforced_characteristics.GetTagCount(TAG_KEY_SIZE) > 0 || in TestKey()126 software_enforced_characteristics.GetTagCount(TAG_RSA_PUBLIC_EXPONENT) > 0) { in TestKey()
171 size_t GetTagCount(Tag tag) const;
238 size_t GetTagCount(keymaster_tag_t tag) const;328 if (GetTagCount(tag) != 1) in GetTagValue()
289 if (hw_enforced->GetTagCount(entry.tag) == 0) in SetKeyBlobAuthorizations()
182 if (hw_enforced->GetTagCount(entry.tag) == 0) in SetAuthorizations()