Searched defs:cfb (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/libtomcrypt/src/modes/cfb/ |
D | cfb_done.c | 24 int cfb_done(symmetric_CFB *cfb) in cfb_done()
|
D | cfb_getiv.c | 27 int cfb_getiv(unsigned char *IV, unsigned long *len, symmetric_CFB *cfb) in cfb_getiv()
|
D | cfb_setiv.c | 27 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb) in cfb_setiv()
|
D | cfb_encrypt.c | 28 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb) in cfb_encrypt()
|
D | cfb_decrypt.c | 28 int cfb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CFB *cfb) in cfb_decrypt()
|
D | cfb_start.c | 32 int keylen, int num_rounds, symmetric_CFB *cfb) in cfb_start()
|
/external/dropbear/libtomcrypt/testprof/ |
D | modes_test.c | 12 symmetric_CFB cfb; in modes_test() local
|