Home
last modified time | relevance | path

Searched refs:convert_to_eat_claim (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h40 constexpr int64_t convert_to_eat_claim(keymaster_tag_t tag) { in convert_to_eat_claim() function
237 PURPOSE = convert_to_eat_claim(KM_TAG_PURPOSE),
238 ALGORITHM = convert_to_eat_claim(KM_TAG_ALGORITHM),
239 KEY_SIZE = convert_to_eat_claim(KM_TAG_KEY_SIZE),
240 BLOCK_MODE = convert_to_eat_claim(KM_TAG_BLOCK_MODE),
241 DIGEST = convert_to_eat_claim(KM_TAG_DIGEST),
242 PADDING = convert_to_eat_claim(KM_TAG_PADDING),
244 CALLER_NONCE = convert_to_eat_claim(KM_TAG_CALLER_NONCE),
245 MIN_MAC_LENGTH = convert_to_eat_claim(KM_TAG_MIN_MAC_LENGTH),
246 EC_CURVE = convert_to_eat_claim(KM_TAG_EC_CURVE),
[all …]
/system/keymaster/tests/
Dattestation_record_test.cpp333 if (key_int->value() == convert_to_eat_claim(UNKNOWN_TAG_T)) { in TEST()
/system/keymaster/km_openssl/
Dattestation_record.cpp146 EatClaim private_eat_tag = static_cast<EatClaim>(convert_to_eat_claim(param.tag)); in insert_unknown_tag()