HomeSort by relevance Sort by last modified time
    Searched refs:symmetric_OFB (Results 1 - 8 of 8) sorted by null

  /external/dropbear/libtomcrypt/src/modes/ofb/
ofb_decrypt.c 28 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb)
ofb_done.c 24 int ofb_done(symmetric_OFB *ofb)
ofb_getiv.c 27 int ofb_getiv(unsigned char *IV, unsigned long *len, symmetric_OFB *ofb)
ofb_setiv.c 27 int ofb_setiv(const unsigned char *IV, unsigned long len, symmetric_OFB *ofb)
ofb_start.c 32 int keylen, int num_rounds, symmetric_OFB *ofb)
ofb_encrypt.c 28 int ofb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_OFB *ofb)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 233 } symmetric_OFB;
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/testprof/
modes_test.c 15 symmetric_OFB ofb;

Completed in 82 milliseconds