Searched refs:symmetric_CFB (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/cfb/ |
| H A D | cfb_done.c | 16 int cfb_done(symmetric_CFB *cfb) in cfb_done()
|
| H A D | cfb_getiv.c | 19 int cfb_getiv(unsigned char *IV, unsigned long *len, const symmetric_CFB *cfb) in cfb_getiv()
|
| H A D | cfb_setiv.c | 19 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb) in cfb_setiv()
|
| H A D | cfb_start.c | 24 int keylen, int num_rounds, symmetric_CFB *cfb) in cfb_start()
|
| H A D | cfb_encrypt.c | 20 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb) in cfb_encrypt()
|
| H A D | cfb_decrypt.c | 20 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/ |
| H A D | tomcrypt_cipher.h | 274 } symmetric_CFB; typedef 900 int keylen, int num_rounds, symmetric_CFB *cfb); 901 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb); 902 int cfb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CFB *cfb); 903 int cfb_getiv(unsigned char *IV, unsigned long *len, const symmetric_CFB *cfb); 904 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb); 905 int cfb_done(symmetric_CFB *cfb);
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_sizes.c | 149 SZ_STRINGIFY_T(symmetric_CFB),
|