Home
last modified time | relevance | path

Searched refs:TEE_PopulateTransientObject (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h91 #define TEE_PopulateTransientObject __GP11_TEE_PopulateTransientObject macro
H A Dtee_internal_api.h184 TEE_Result TEE_PopulateTransientObject(TEE_ObjectHandle object,
/optee_os/ta/trusted_keys/
H A Dentry.c176 res = TEE_PopulateTransientObject(hkey, &attr, 1); in huk_crypt()
/optee_os/ta/pkcs11/src/
H A Dprocessing_asymm.c375 res = TEE_PopulateTransientObject(obj->key_handle, in load_tee_key()
H A Dprocessing_symm.c413 res = TEE_PopulateTransientObject(obj->key_handle, &tee_attr, 1); in load_tee_key()
H A Dpkcs11_attributes.c2930 res = TEE_PopulateTransientObject(hkey, &attr, 1); in compute_check_value_with_ecb()
/optee_os/lib/libutee/
H A Dtee_api_objects.c381 TEE_Result TEE_PopulateTransientObject(TEE_ObjectHandle object, in TEE_PopulateTransientObject() function