Searched refs:auth_set (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintAidlTestBase.cpp | 815 auto auth_set = AuthorizationSetBuilder() in AesCheckEncryptOneByteAtATime() local 820 if (iv.size() > 0) auth_set.Authorization(TAG_CALLER_NONCE); in AesCheckEncryptOneByteAtATime() 821 if (is_authenticated_cipher) auth_set.Authorization(TAG_MIN_MAC_LENGTH, 128); in AesCheckEncryptOneByteAtATime() 822 ASSERT_EQ(ErrorCode::OK, ImportKey(auth_set, KeyFormat::RAW, key)); in AesCheckEncryptOneByteAtATime()
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 236 ::keymaster::AuthorizationSet auth_set( in signAttestationCertificate() 298 key, swEnforced, hwEnforced, auth_set, std::move(attestKeyInfo), context, &error); in signAttestationCertificate()
|