Home
last modified time | relevance | path

Searched refs:cfb_encrypt (Results 1 – 9 of 9) sorted by relevance

/external/dropbear/libtomcrypt/src/modes/cfb/
Dcfb_encrypt.c28 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb) in cfb_encrypt() function
/external/dropbear/libtomcrypt/testprof/
Dmodes_test.c72 DO(cfb_encrypt(pt, ct, 64, &cfb)); in modes_test()
/external/dropbear/libtomcrypt/
DAndroid.mk58 src/modes/cfb/cfb_decrypt.c src/modes/cfb/cfb_done.c src/modes/cfb/cfb_encrypt.c \
DMakefile.in149 src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o \
Dmakefile.msvc56 src/modes/cfb/cfb_decrypt.obj src/modes/cfb/cfb_done.obj src/modes/cfb/cfb_encrypt.obj \
Dmakefile.icc146 src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o \
Dmakefile.unix92 src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o \
Dmakefile.shared151 src/modes/cfb/cfb_decrypt.o src/modes/cfb/cfb_done.o src/modes/cfb/cfb_encrypt.o \
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h746 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb);