Home
last modified time | relevance | path

Searched refs:ecdsa_get_input_max_byte_size (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing.h231 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op);
H A Dprocessing_asymm.c707 sz = ecdsa_get_input_max_byte_size(proc->tee_op_handle); in step_asymm_operation()
731 sz = ecdsa_get_input_max_byte_size(proc->tee_op_handle); in step_asymm_operation()
H A Dprocessing_ec.c844 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op) in ecdsa_get_input_max_byte_size() function