Home
last modified time | relevance | path

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

/aosp12/system/keymaster/tests/
H A Dkey_blob_test.cpp65 keymaster_error_t Encrypt(AuthEncryptedBlobFormat format = AES_GCM_WITH_SW_ENFORCED) { in Encrypt()
112 for (auto format : {AES_OCB, AES_GCM_WITH_SW_ENFORCED}) { in TEST_F()
130 case AES_GCM_WITH_SW_ENFORCED: in TEST_F()
234 for (auto format : {AES_OCB, AES_GCM_WITH_SW_ENFORCED}) { in TEST_F()
/aosp12/system/keymaster/key_blob_utils/
H A Dauth_encrypted_key_blob.cpp277 case AES_GCM_WITH_SW_ENFORCED: in DeserializeAuthEncryptedBlob()
309 case AES_GCM_WITH_SW_ENFORCED: { in EncryptKey()
336 case AES_GCM_WITH_SW_ENFORCED: in DecryptKey()
/aosp12/system/keymaster/include/keymaster/key_blob_utils/
H A Dauth_encrypted_key_blob.h34 AES_GCM_WITH_SW_ENFORCED = 1, enumerator