Home
last modified time | relevance | path

Searched refs:omac_memory (Results 1 – 14 of 14) sorted by relevance

/external/dropbear/libtomcrypt/src/mac/omac/
Domac_memory.c31 int omac_memory(int cipher, in omac_memory() function
50 if (cipher_descriptor[cipher].omac_memory != NULL) { in omac_memory()
51 return cipher_descriptor[cipher].omac_memory(key, keylen, in, inlen, out, outlen); in omac_memory()
Domac_test.c89 …if ((err = omac_memory(idx, tests[x].key, tests[x].keylen, tests[x].msg, tests[x].msglen, out, &le… in omac_test()
/external/dropbear/libtomcrypt/demos/
Dmulti.c60 omac_memory(find_cipher("aes"), key, 16, (unsigned char*)"hello", 5, buf[0], &len); in main()
Dtv_gen.c318 if ((err = omac_memory(x, key, kl, input, y, output, &len)) != CRYPT_OK) { in omac_gen()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h41 int omac_memory(int cipher,
Dtomcrypt_cipher.h500 int (*omac_memory)( member
/external/dropbear/libtomcrypt/
DAndroid.mk33 src/mac/omac/omac_done.c src/mac/omac/omac_file.c src/mac/omac/omac_init.c src/mac/omac/omac_memory
DMakefile.in124 src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory
Dmakefile.msvc31 …/omac_done.obj src/mac/omac/omac_file.obj src/mac/omac/omac_init.obj src/mac/omac/omac_memory.obj \
Dmakefile.unix67 src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory
Dmakefile.icc121 src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory
Dmakefile.shared126 src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory
Dcrypt.tex2257 int omac_memory(
5595 int (*omac_memory)(
/external/dropbear/libtomcrypt/testprof/
Dx86_prof.c1182 if ((err = omac_memory(cipher_idx, key, 16, buf, MAC_SIZE*1024, tag, &z)) != CRYPT_OK) { in time_macs_()