Home
last modified time | relevance | path

Searched refs:cbc_encrypt (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/cbc/
H A Dcbc_encrypt.c21 int cbc_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CBC *cbc) in cbc_encrypt() function
/optee_os/core/lib/libtomcrypt/
H A Dcbc.c49 c->update = cbc_encrypt; in ltc_cbc_init()
H A Dsub.mk165 srcs-$(_CFG_CORE_LTC_CBC) += src/modes/cbc/cbc_encrypt.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h921 int cbc_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CBC *cbc);