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

  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_memory.c 14 @file hmac_memory.c
31 int hmac_memory(int hash, function
86 /* $Source: /cvs/libtom/libtomcrypt/src/mac/hmac/hmac_memory.c,v $ */
hmac_test.c 273 if((err = hmac_memory(hash, cases[i].key, cases[i].keylen, cases[i].data, cases[i].datalen, digest, &outlen)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 95 if ((err = hmac_memory(hash_idx, password, password_len, buf[0], x, buf[0], &x)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/demos/
multi.c 38 hmac_memory(find_hash("sha256"), key, 16, (unsigned char*)"hello", 5, buf[0], &len);
tv_gen.c 264 if ((err = hmac_memory(x, key, hash_descriptor[x].hashsize, input, y, output, &len)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 13 int hmac_memory(int hash,
  /external/dropbear/libtomcrypt/
Android.mk 31 src/mac/hmac/hmac_done.c src/mac/hmac/hmac_file.c src/mac/hmac/hmac_init.c src/mac/hmac/hmac_memory.c \
crypt.tex     [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c     [all...]

Completed in 773 milliseconds