Searched refs:TEE_CipherInit (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 61 #define TEE_CipherInit __GP11_TEE_CipherInit macro
|
| H A D | tee_internal_api.h | 348 void TEE_CipherInit(TEE_OperationHandle operation, const void *IV,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_symm.c | 485 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 D | processing_aes.c | 449 TEE_CipherInit(processing->tee_op_handle, counter_bits, 16); in tee_init_ctr_operation()
|
| H A D | pkcs11_attributes.c | 2940 TEE_CipherInit(op, NULL, 0); in compute_check_value_with_ecb()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1036 void TEE_CipherInit(TEE_OperationHandle operation, const void *IV, in TEE_CipherInit() function 1075 return TEE_CipherInit(operation, IV, IVLen); in __GP11_TEE_CipherInit()
|