Home
last modified time | relevance | path

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

/system/keymaster/android_keymaster/
Doperation.cpp94 LOG_E("%d padding modes specified in begin params", begin_params.GetTagCount(TAG_PADDING)); in GetAndValidatePadding()
132 begin_params.GetTagCount(TAG_DIGEST)); in GetAndValidateDigest()
Dauthorization_set.cpp572 size_t AuthorizationSet::GetTagCount(keymaster_tag_t tag) const { in GetTagCount() function in keymaster::AuthorizationSet
/system/keymaster/km_openssl/
Dhmac_key.cpp72 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST)); in validate_algorithm_specific_new_key_params()
Dhmac_operation.cpp63 begin_params.GetTagCount(TAG_DIGEST)); in CreateOperation()
Dblock_cipher_operation.cpp85 LOG_E("%d block modes specified in begin params", begin_params.GetTagCount(TAG_BLOCK_MODE)); in CreateOperation()
/system/keymaster/legacy_support/
Dec_keymaster0_key.cpp108 if (sw_enforced.GetTagCount(TAG_ALGORITHM) == 1) in LoadKey()
Drsa_keymaster0_key.cpp109 if (sw_enforced.GetTagCount(TAG_ALGORITHM) == 1) in LoadKey()
/system/security/keystore/
Dkeystore_cli_v2.cpp124 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()
/system/keymaster/ng/include/
Dauthorization_set.h171 size_t GetTagCount(Tag tag) const;
/system/keymaster/include/keymaster/
Dauthorization_set.h238 size_t GetTagCount(keymaster_tag_t tag) const;
328 if (GetTagCount(tag) != 1) in GetTagValue()
/system/keymaster/key_blob_utils/
Dsoftware_keyblobs.cpp289 if (hw_enforced->GetTagCount(entry.tag) == 0) in SetKeyBlobAuthorizations()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp182 if (hw_enforced->GetTagCount(entry.tag) == 0) in SetAuthorizations()