Home
last modified time | relevance | path

Searched refs:ocb_encrypt_authenticate_memory (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/ocb/
Docb_encrypt_authenticate_memory.c33 int ocb_encrypt_authenticate_memory(int cipher, in ocb_encrypt_authenticate_memory() function
Docb_test.c180 if ((err = ocb_encrypt_authenticate_memory(idx, tests[x].key, 16, in ocb_test()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h171 int ocb_encrypt_authenticate_memory(int cipher,
/external/dropbear/libtomcrypt/
DAndroid.mk23 src/encauth/ocb/ocb_encrypt_authenticate_memory.c src/encauth/ocb/ocb_init.c src/encauth/ocb/ocb_nt…
DMakefile.in114 src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_nt…
Dmakefile.msvc21 src/encauth/ocb/ocb_encrypt_authenticate_memory.obj src/encauth/ocb/ocb_init.obj src/encauth/ocb/oc…
Dmakefile.icc111 src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_nt…
Dmakefile.unix57 src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_nt…
Dmakefile.shared116 src/encauth/ocb/ocb_encrypt_authenticate_memory.o src/encauth/ocb/ocb_init.o src/encauth/ocb/ocb_nt…
Dcrypt.tex1411 int ocb_encrypt_authenticate_memory(
/external/dropbear/libtomcrypt/demos/
Dtv_gen.c492 …if ((err = ocb_encrypt_authenticate_memory(x, key, kl, nonce, plaintext, y1, plaintext, tag, &len)… in ocb_gen()
/external/dropbear/libtomcrypt/testprof/
Dx86_prof.c1326 …if ((err = ocb_encrypt_authenticate_memory(cipher_idx, key, 16, IV, buf, MAC_SIZE*1024, buf, tag, … in time_encmacs_()