Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h97 #define TEE_SetOperationKey __GP11_TEE_SetOperationKey macro
H A Dtee_internal_api.h314 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation,
/optee_os/ta/trusted_keys/
H A Dentry.c180 res = TEE_SetOperationKey(crypto_op, hkey); in huk_crypt()
/optee_os/lib/libutee/
H A Dtee_api_operations.c662 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation, in TEE_SetOperationKey()
845 * TEE_SetOperationKey() cannot operate on an operation in TEE_CopyOperation()
589 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation, TEE_SetOperationKey() function
/optee_os/ta/pkcs11/src/
H A Dprocessing_asymm.c387 res = TEE_SetOperationKey(session->processing->tee_op_handle, in load_tee_key()
H A Dprocessing_symm.c420 res = TEE_SetOperationKey(session->processing->tee_op_handle, in load_tee_key()
H A Dpkcs11_attributes.c2935 res = TEE_SetOperationKey(op, hkey); in compute_check_value_with_ecb()