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

  /external/dropbear/libtomcrypt/src/modes/ofb/
ofb_decrypt.c 14 @file ofb_decrypt.c
28 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb) function
41 /* $Source: /cvs/libtom/libtomcrypt/src/modes/ofb/ofb_decrypt.c,v $ */
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 99 DO(ofb_decrypt(ct, tmp, 64, &ofb));
  /external/dropbear/libtomcrypt/
Android.mk 67 src/modes/lrw/lrw_start.c src/modes/lrw/lrw_test.c src/modes/ofb/ofb_decrypt.c src/modes/ofb/ofb_done.c \
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 757 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb);

Completed in 74 milliseconds