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

  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_encrypt.c 14 @file cfb_encrypt.c
28 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb) function
63 /* $Source: /cvs/libtom/libtomcrypt/src/modes/cfb/cfb_encrypt.c,v $ */
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 72 DO(cfb_encrypt(pt, ct, 64, &cfb));
  /external/dropbear/libtomcrypt/
Android.mk 58 src/modes/cfb/cfb_decrypt.c src/modes/cfb/cfb_done.c src/modes/cfb/cfb_encrypt.c \
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 746 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb);

Completed in 308 milliseconds