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

  /external/dropbear/libtomcrypt/src/mac/omac/
omac_memory.c 14 @file omac_memory.c
31 int omac_memory(int cipher, function
50 if (cipher_descriptor[cipher].omac_memory != NULL) {
51 return cipher_descriptor[cipher].omac_memory(key, keylen, in, inlen, out, outlen);
83 /* $Source: /cvs/libtom/libtomcrypt/src/mac/omac/omac_memory.c,v $ */
omac_test.c 89 if ((err = omac_memory(idx, tests[x].key, tests[x].keylen, tests[x].msg, tests[x].msglen, out, &len)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/demos/
multi.c 60 omac_memory(find_cipher("aes"), key, 16, (unsigned char*)"hello", 5, buf[0], &len);
tv_gen.c 318 if ((err = omac_memory(x, key, kl, input, y, output, &len)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 41 int omac_memory(int cipher,
tomcrypt_cipher.h 500 int (*omac_memory)( member in struct:ltc_cipher_descriptor
  /external/dropbear/libtomcrypt/
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.c \
crypt.tex     [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 1182 if ((err = omac_memory(cipher_idx, key, 16, buf, MAC_SIZE*1024, tag, &z)) != CRYPT_OK) {
    [all...]

Completed in 101 milliseconds