Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_asymm.c493 void *temp_buf = NULL; in step_asymm_operation() local
903 temp_buf = proc->extra_ctx; in step_asymm_operation()
907 temp_buf, &temp_size); in step_asymm_operation()
915 TEE_MemMove(out_buf, temp_buf, sz); in step_asymm_operation()
916 TEE_MemFill(temp_buf, 0xa5, sz); in step_asymm_operation()
929 temp_buf = proc->extra_ctx; in step_asymm_operation()
933 temp_buf, &temp_size); in step_asymm_operation()
953 consttime_memcmp(temp_buf, ptr, in_size)) in step_asymm_operation()