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

  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_getiv.c 14 @file cfb_getiv.c
27 int cfb_getiv(unsigned char *IV, unsigned long *len, symmetric_CFB *cfb) function
44 /* $Source: /cvs/libtom/libtomcrypt/src/modes/cfb/cfb_getiv.c,v $ */
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 66 DO(cfb_getiv(iv2, &l, &cfb));
69 fprintf(stderr, "cfb_getiv failed");
  /external/dropbear/libtomcrypt/
Android.mk 59 src/modes/cfb/cfb_getiv.c src/modes/cfb/cfb_setiv.c src/modes/cfb/cfb_start.c \
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 748 int cfb_getiv(unsigned char *IV, unsigned long *len, symmetric_CFB *cfb);

Completed in 869 milliseconds