Searched refs:symmetric_OFB (Results 1 – 8 of 8) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_cipher.h | 233 } symmetric_OFB; typedef 755 int keylen, int num_rounds, symmetric_OFB *ofb); 756 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb); 757 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb); 758 int ofb_getiv(unsigned char *IV, unsigned long *len, symmetric_OFB *ofb); 759 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb); 760 int ofb_done(symmetric_OFB *ofb);
|
/external/dropbear/libtomcrypt/src/modes/ofb/ |
D | ofb_decrypt.c | 28 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb) in ofb_decrypt()
|
D | ofb_done.c | 24 int ofb_done(symmetric_OFB *ofb) in ofb_done()
|
D | ofb_getiv.c | 27 int ofb_getiv(unsigned char *IV, unsigned long *len, symmetric_OFB *ofb) in ofb_getiv()
|
D | ofb_setiv.c | 27 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
|
D | ofb_start.c | 32 int keylen, int num_rounds, symmetric_OFB *ofb) in ofb_start()
|
D | ofb_encrypt.c | 28 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb) in ofb_encrypt()
|
/external/dropbear/libtomcrypt/testprof/ |
D | modes_test.c | 15 symmetric_OFB ofb; in modes_test()
|