Home
last modified time | relevance | path

Searched refs:caller_nonce (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h81 ASN1_NULL* caller_nonce; member
130 ASN1_EXP_OPT(KM_AUTH_LIST, caller_nonce, ASN1_NULL, TAG_CALLER_NONCE.masked_tag()),
/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp114 bool caller_nonce = key.authorizations().GetTagValue(TAG_CALLER_NONCE); in CreateOperation() local
120 block_mode, padding, caller_nonce, tag_length, move(key), GetCipherDescription())); in CreateOperation()
Dattestation_record.cpp665 bool_ptr = &record->caller_nonce; in build_auth_list()
1165 if (record->caller_nonce && !auth_list->push_back(TAG_CALLER_NONCE)) { in extract_auth_list()
/system/keymaster/tests/
Dkeymaster_enforcement_test.cpp538 AuthorizationSet caller_nonce(AuthorizationSetBuilder() in TEST_F() local
546 KM_PURPOSE_ENCRYPT, key_id, AuthProxy(caller_nonce, empty), in TEST_F()
549 KM_PURPOSE_DECRYPT, key_id, AuthProxy(caller_nonce, empty), in TEST_F()