Home
last modified time | relevance | path

Searched refs:symmetric_OFB (Results 1 – 8 of 8) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h233 } 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/
Dofb_decrypt.c28 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb) in ofb_decrypt()
Dofb_done.c24 int ofb_done(symmetric_OFB *ofb) in ofb_done()
Dofb_getiv.c27 int ofb_getiv(unsigned char *IV, unsigned long *len, symmetric_OFB *ofb) in ofb_getiv()
Dofb_setiv.c27 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb) in ofb_setiv()
Dofb_start.c32 int keylen, int num_rounds, symmetric_OFB *ofb) in ofb_start()
Dofb_encrypt.c28 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb) in ofb_encrypt()
/external/dropbear/libtomcrypt/testprof/
Dmodes_test.c15 symmetric_OFB ofb; in modes_test()