Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.h62 void pkcs2tee_mode(uint32_t *tee_id, enum processing_func function);
H A Dprocessing_asymm.c253 pkcs2tee_mode(&mode, function); in allocate_tee_operation()
257 pkcs2tee_mode(&hash_mode, PKCS11_FUNCTION_DIGEST); in allocate_tee_operation()
H A Dpkcs11_helpers.c702 void pkcs2tee_mode(uint32_t *tee_id, enum processing_func function) in pkcs2tee_mode() function
H A Dprocessing_symm.c256 pkcs2tee_mode(&mode, function); in allocate_tee_operation()