Searched refs:caller_nonce (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/include/keymaster/km_openssl/ |
D | attestation_record.h | 81 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/ |
D | block_cipher_operation.cpp | 114 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()
|
D | attestation_record.cpp | 665 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/ |
D | keymaster_enforcement_test.cpp | 538 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()
|