Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/modes/cbc/
H A Dcbc_setiv.c20 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc) in cbc_setiv() function
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h924 int cbc_setiv(const unsigned char *IV, unsigned long len, symmetric_CBC *cbc);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk167 srcs-$(_CFG_CORE_LTC_CBC) += src/modes/cbc/cbc_setiv.c