Home
last modified time | relevance | path

Searched refs:IVLen (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutee/
H A Dtee_api_operations.c885 uint32_t IVLen) in init_hash_operation() argument
893 res = _utee_hash_init(operation->state, IV, IVLen); in init_hash_operation()
1037 size_t IVLen) in TEE_CipherInit() argument
1054 if (IV && IVLen) { in TEE_CipherInit()
1064 res = _utee_cipher_init(operation->state, IV, IVLen); in TEE_CipherInit()
1073 uint32_t IVLen) in __GP11_TEE_CipherInit() argument
1075 return TEE_CipherInit(operation, IV, IVLen); in __GP11_TEE_CipherInit()
1409 void TEE_MACInit(TEE_OperationHandle operation, const void *IV, size_t IVLen) in TEE_MACInit() argument
1426 init_hash_operation(operation, IV, IVLen); in TEE_MACInit()
1430 uint32_t IVLen) in __GP11_TEE_MACInit() argument
[all …]
/optee_os/lib/libutee/include/
H A Dtee_internal_api.h349 size_t IVLen);
351 uint32_t IVLen);
369 size_t IVLen);
371 uint32_t IVLen);