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

  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory.c 30 int xcbc_memory(int cipher, function
44 if (cipher_descriptor[cipher].xcbc_memory != NULL) {
45 return cipher_descriptor[cipher].xcbc_memory(key, keylen, in, inlen, out, outlen);
69 /* $Source: /cvs/libtom/libtomcrypt/src/mac/xcbc/xcbc_memory.c,v $ */
xcbc_test.c 111 if ((err = xcbc_memory(idx, tests[x].K, 16, tests[x].M, tests[x].msglen, T, &taglen)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 328 int xcbc_memory(int cipher,
tomcrypt_cipher.h 514 int (*xcbc_memory)( member in struct:ltc_cipher_descriptor
  /external/dropbear/libtomcrypt/
Android.mk 39 src/mac/xcbc/xcbc_file.c src/mac/xcbc/xcbc_init.c src/mac/xcbc/xcbc_memory.c \
crypt.tex     [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 1198 if ((err = xcbc_memory(cipher_idx, key, 16, buf, MAC_SIZE*1024, tag, &z)) != CRYPT_OK) {
    [all...]

Completed in 209 milliseconds