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

  /external/dropbear/libtomcrypt/src/mac/f9/
f9_memory.c 30 int f9_memory(int cipher, function
44 if (cipher_descriptor[cipher].f9_memory != NULL) {
45 return cipher_descriptor[cipher].f9_memory(key, keylen, in, inlen, out, outlen);
69 /* $Source: /cvs/libtom/libtomcrypt/src/mac/f9/f9_memory.c,v $ */
f9_test.c 61 if ((err = f9_memory(idx, tests[x].K, 16, tests[x].M, tests[x].msglen, T, &taglen)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 362 int f9_memory(int cipher,
tomcrypt_cipher.h 529 int (*f9_memory)( member in struct:ltc_cipher_descriptor
  /external/dropbear/libtomcrypt/
Android.mk 30 src/mac/f9/f9_memory.c src/mac/f9/f9_memory_multi.c src/mac/f9/f9_process.c src/mac/f9/f9_test.c \
crypt.tex     [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 1214 if ((err = f9_memory(cipher_idx, key, 16, buf, MAC_SIZE*1024, tag, &z)) != CRYPT_OK) {
    [all...]

Completed in 64 milliseconds