Home
last modified time | relevance | path

Searched hist:"5 d2d37cd756d2f5b2342bf7c74b5800b5ed60cc6" (Results 1 – 1 of 1) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c5d2d37cd756d2f5b2342bf7c74b5800b5ed60cc6 Fri Feb 09 23:36:22 UTC 2024 Etienne Carriere <etienne.carriere@foss.st.com> ta: pkcs11: Clarify context reference in step_symm_operation()

Function step_symm_operation() defines a local variable to reference
the session processing context but uses both session reference and
this local variable which can be confusing when reading the code. Change
the implementation to only use the local variable for consistency. No
functional changes.

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>