Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h61 #define TEE_CipherInit __GP11_TEE_CipherInit macro
H A Dtee_internal_api.h348 void TEE_CipherInit(TEE_OperationHandle operation, const void *IV,
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c485 TEE_CipherInit(processing->tee_op_handle, NULL, 0); in tee_init_derive_symm()
492 TEE_CipherInit(processing->tee_op_handle, iv, 16); in tee_init_derive_symm()
598 TEE_CipherInit(session->processing->tee_op_handle, NULL, 0); in init_tee_operation()
606 TEE_CipherInit(session->processing->tee_op_handle, in init_tee_operation()
H A Dprocessing_aes.c449 TEE_CipherInit(processing->tee_op_handle, counter_bits, 16); in tee_init_ctr_operation()
H A Dpkcs11_attributes.c2940 TEE_CipherInit(op, NULL, 0); in compute_check_value_with_ecb()
/optee_os/lib/libutee/
H A Dtee_api_operations.c1036 void TEE_CipherInit(TEE_OperationHandle operation, const void *IV, in TEE_CipherInit() function
1075 return TEE_CipherInit(operation, IV, IVLen); in __GP11_TEE_CipherInit()