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

  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_start.c 14 @file cfb_start.c
31 int cfb_start(int cipher, const unsigned char *IV, const unsigned char *key, function
63 /* $Source: /cvs/libtom/libtomcrypt/src/modes/cfb/cfb_start.c,v $ */
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 64 DO(cfb_start(cipher_idx, iv, key, 16, 0, &cfb));
67 /* note we don't memcmp iv2/iv since cfb_start processes the IV for the first block */
  /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 744 int cfb_start(int cipher, const unsigned char *IV, const unsigned char *key,

Completed in 1320 milliseconds