Home
last modified time | relevance | path

Searched refs:cbc_done (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/cbc/
H A Dcbc_done.c16 int cbc_done(symmetric_CBC *cbc) in cbc_done() function
/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes.c56 if ((err = cbc_done(&cbc)) != CRYPT_OK) goto LBL_ERROR; in pbes_decrypt()
/optee_os/core/lib/libtomcrypt/
H A Dcbc.c76 cbc_done(&to_cbc_ctx(ctx)->state); in ltc_cbc_final()
H A Dsub.mk164 srcs-$(_CFG_CORE_LTC_CBC) += src/modes/cbc/cbc_done.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h925 int cbc_done(symmetric_CBC *cbc);
/optee_os/
H A DCHANGELOG.md1357 * crypto: fix `cipher_final()` which would not call `cbc_done()` for CBC_MAC