Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing.h273 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op);
H A Dprocessing_rsa.c801 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op) in rsa_get_input_max_byte_size() function
818 key_size = rsa_get_input_max_byte_size(proc->tee_op_handle); in pkcs2tee_rsa_nopad_context()
H A Dprocessing_asymm.c758 sz = rsa_get_input_max_byte_size(proc->tee_op_handle); in step_asymm_operation()