Home
last modified time | relevance | path

Searched defs:cfb (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/libtomcrypt/src/modes/cfb/
Dcfb_done.c24 int cfb_done(symmetric_CFB *cfb) in cfb_done()
Dcfb_getiv.c27 int cfb_getiv(unsigned char *IV, unsigned long *len, symmetric_CFB *cfb) in cfb_getiv()
Dcfb_setiv.c27 int cfb_setiv(const unsigned char *IV, unsigned long len, symmetric_CFB *cfb) in cfb_setiv()
Dcfb_encrypt.c28 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb) in cfb_encrypt()
Dcfb_decrypt.c28 int cfb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CFB *cfb) in cfb_decrypt()
Dcfb_start.c32 int keylen, int num_rounds, symmetric_CFB *cfb) in cfb_start()
/external/dropbear/libtomcrypt/testprof/
Dmodes_test.c12 symmetric_CFB cfb; in modes_test() local