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

  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_process.c 14 @file hmac_process.c
27 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen) function
41 /* $Source: /cvs/libtom/libtomcrypt/src/mac/hmac/hmac_process.c,v $ */
hmac_file.c 64 if ((err = hmac_process(&hmac, buf, (unsigned long)x)) != CRYPT_OK) {
hmac_memory.c 65 if ((err = hmac_process(hmac, in, inlen)) != CRYPT_OK) {
hmac_memory_multi.c 65 if ((err = hmac_process(hmac, curptr, curlen)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 81 if ((err = hmac_process(hmac, salt, salt_len)) != CRYPT_OK) {
84 if ((err = hmac_process(hmac, buf[1], 4)) != CRYPT_OK) {
  /external/dropbear/
packet.c 339 if (hmac_process(&hmac, tempbuf, 4) != CRYPT_OK) {
345 if (hmac_process(&hmac, buf_getptr(sourcebuf, len), len) != CRYPT_OK) {
542 if (hmac_process(&hmac, seqbuf, 4) != CRYPT_OK) {
548 if (hmac_process(&hmac,
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 10 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen);
  /external/dropbear/libtomcrypt/
Android.mk 32 src/mac/hmac/hmac_memory_multi.c src/mac/hmac/hmac_process.c src/mac/hmac/hmac_test.c \
crypt.tex     [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 208 ctx->error = hmac_process(&ctx->u.hmac, data, len) != CRYPT_OK;

Completed in 185 milliseconds