Home
last modified time | relevance | path

Searched refs:symmetric_CFB (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/cfb/
A Dcfb_done.c23 int cfb_done(symmetric_CFB *cfb) in cfb_done()
A Dcfb_getiv.c26 int cfb_getiv(unsigned char *IV, unsigned long *len, const symmetric_CFB *cfb) in cfb_getiv()
A Dcfb_setiv.c26 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb) in cfb_setiv()
A Dcfb_start.c31 int keylen, int num_rounds, symmetric_CFB *cfb) in cfb_start()
A Dcfb_encrypt.c27 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb) in cfb_encrypt()
A Dcfb_decrypt.c27 int cfb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CFB *cfb) in cfb_decrypt()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h270 } symmetric_CFB; typedef
873 int keylen, int num_rounds, symmetric_CFB *cfb);
874 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb);
875 int cfb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CFB *cfb);
876 int cfb_getiv(unsigned char *IV, unsigned long *len, const symmetric_CFB *cfb);
877 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb);
878 int cfb_done(symmetric_CFB *cfb);
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_sizes.c156 _SZ_STRINGIFY_T(symmetric_CFB),

Completed in 9 milliseconds