Searched refs:TEE_TYPE_AES (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_defines.h | 377 #define TEE_TYPE_AES 0xA0000010 macro
|
| /optee_os/ta/trusted_keys/ |
| H A D | entry.c | 167 res = TEE_AllocateTransientObject(TEE_TYPE_AES, sizeof(huk_key) * 8, in huk_crypt()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_symm.c | 110 { PKCS11_CKK_AES, TEE_TYPE_AES }, in pkcs2tee_key_type()
|
| H A D | pkcs11_attributes.c | 2923 res = TEE_AllocateTransientObject(TEE_TYPE_AES, key_size * 8, &hkey); in compute_check_value_with_ecb()
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 515 PROP(TEE_TYPE_AES, 64, 128, 256, /* valid sizes 128, 192, 256 */ 2471 case TEE_TYPE_AES: in syscall_obj_generate_key() 2669 req_key_type = TEE_TYPE_AES; in tee_svc_cryp_check_key_type()
|