Home
last modified time | relevance | path

Searched refs:TEE_AllocateTransientObject (Results 1 – 10 of 10) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h47 #define TEE_AllocateTransientObject __GP11_TEE_AllocateTransientObject macro
H A Dtee_internal_api.h173 TEE_Result TEE_AllocateTransientObject(TEE_ObjectType objectType,
/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c629 res = TEE_AllocateTransientObject(TEE_TYPE_ECDSA_KEYPAIR, tee_size, in generate_ec_keys()
759 res = TEE_AllocateTransientObject(TEE_TYPE_ED25519_KEYPAIR, tee_size, in generate_eddsa_keys()
H A Dprocessing_asymm.c367 res = TEE_AllocateTransientObject(obj->key_type, object_size, in load_tee_key()
1049 res = TEE_AllocateTransientObject(TEE_TYPE_GENERIC_SECRET, in do_asymm_derivation()
H A Dprocessing_rsa.c767 res = TEE_AllocateTransientObject(TEE_TYPE_RSA_KEYPAIR, modulus_bits, in generate_rsa_keys()
H A Dprocessing_symm.c406 res = TEE_AllocateTransientObject(tee_key_type, object_size, in load_tee_key()
H A Dpkcs11_attributes.c2923 res = TEE_AllocateTransientObject(TEE_TYPE_AES, key_size * 8, &hkey); in compute_check_value_with_ecb()
/optee_os/ta/trusted_keys/
H A Dentry.c167 res = TEE_AllocateTransientObject(TEE_TYPE_AES, sizeof(huk_key) * 8, in huk_crypt()
/optee_os/lib/libutee/
H A Dtee_api_objects.c308 TEE_Result TEE_AllocateTransientObject(TEE_ObjectType objectType, in TEE_AllocateTransientObject() function
H A Dtee_api_operations.c364 res = TEE_AllocateTransientObject(key_type, mks, &op->key1); in TEE_AllocateOperation()
369 res = TEE_AllocateTransientObject(key_type, mks, in TEE_AllocateOperation()