Home
last modified time | relevance | path

Searched refs:cbc_getiv (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/cbc/
H A Dcbc_getiv.c19 int cbc_getiv(unsigned char *IV, unsigned long *len, const symmetric_CBC *cbc) in cbc_getiv() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h923 int cbc_getiv(unsigned char *IV, unsigned long *len, const symmetric_CBC *cbc);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk166 srcs-$(_CFG_CORE_LTC_CBC) += src/modes/cbc/cbc_getiv.c