Home
last modified time | relevance | path

Searched refs:TEE_GetOperationInfo (Results 1 – 5 of 5) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c848 TEE_GetOperationInfo(op, &info); in ecdsa_get_input_max_byte_size()
H A Dprocessing_rsa.c805 TEE_GetOperationInfo(op, &info); in rsa_get_input_max_byte_size()
H A Dprocessing_asymm.c1192 TEE_GetOperationInfo(proc->tee_op_handle, &info); in unwrap_rsa_aes_key()
/optee_os/lib/libutee/include/
H A Dtee_internal_api.h300 void TEE_GetOperationInfo(TEE_OperationHandle operation,
/optee_os/lib/libutee/
H A Dtee_api_operations.c445 void TEE_GetOperationInfo(TEE_OperationHandle operation, in TEE_GetOperationInfo() function