Searched refs:omac_memory (Results 1 – 14 of 14) sorted by relevance
/external/dropbear/libtomcrypt/src/mac/omac/ |
D | omac_memory.c | 31 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()
|
D | omac_test.c | 89 …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/ |
D | multi.c | 60 omac_memory(find_cipher("aes"), key, 16, (unsigned char*)"hello", 5, buf[0], &len); in main()
|
D | tv_gen.c | 318 if ((err = omac_memory(x, key, kl, input, y, output, &len)) != CRYPT_OK) { in omac_gen()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_mac.h | 41 int omac_memory(int cipher,
|
D | tomcrypt_cipher.h | 500 int (*omac_memory)( member
|
/external/dropbear/libtomcrypt/ |
D | Android.mk | 33 src/mac/omac/omac_done.c src/mac/omac/omac_file.c src/mac/omac/omac_init.c src/mac/omac/omac_memory…
|
D | Makefile.in | 124 src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory…
|
D | makefile.msvc | 31 …/omac_done.obj src/mac/omac/omac_file.obj src/mac/omac/omac_init.obj src/mac/omac/omac_memory.obj \
|
D | makefile.unix | 67 src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory…
|
D | makefile.icc | 121 src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory…
|
D | makefile.shared | 126 src/mac/omac/omac_done.o src/mac/omac/omac_file.o src/mac/omac/omac_init.o src/mac/omac/omac_memory…
|
D | crypt.tex | 2257 int omac_memory( 5595 int (*omac_memory)(
|
/external/dropbear/libtomcrypt/testprof/ |
D | x86_prof.c | 1182 if ((err = omac_memory(cipher_idx, key, 16, buf, MAC_SIZE*1024, tag, &z)) != CRYPT_OK) { in time_macs_()
|