Searched defs:cfb (Results 1 – 6 of 6) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/modes/cfb/ |
A D | cfb_done.c | 23 int cfb_done(symmetric_CFB *cfb) in cfb_done()
|
A D | cfb_getiv.c | 26 int cfb_getiv(unsigned char *IV, unsigned long *len, const symmetric_CFB *cfb) in cfb_getiv()
|
A D | cfb_setiv.c | 26 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb) in cfb_setiv()
|
A D | cfb_decrypt.c | 27 int cfb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CFB *cfb) in cfb_decrypt()
|
A D | cfb_encrypt.c | 27 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb) in cfb_encrypt()
|
A D | cfb_start.c | 31 int keylen, int num_rounds, symmetric_CFB *cfb) in cfb_start()
|
Completed in 11 milliseconds