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.c487 void *temp_buf = NULL; in step_asymm_operation() local
897 temp_buf = proc->extra_ctx; in step_asymm_operation()
901 temp_buf, &temp_size); in step_asymm_operation()
909 TEE_MemMove(out_buf, temp_buf, sz); in step_asymm_operation()
910 TEE_MemFill(temp_buf, 0xa5, sz); in step_asymm_operation()
923 temp_buf = proc->extra_ctx; in step_asymm_operation()
927 temp_buf, &temp_size); in step_asymm_operation()
947 consttime_memcmp(temp_buf, ptr, in_size)) in step_asymm_operation()