Searched defs:symmetric_OFB (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h233 } symmetric_OFB; typedef in typeref:struct:__anon16789
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);

Completed in 56 milliseconds