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

  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_memory.c 36 hmac_state *hmac;
56 hmac = XMALLOC(sizeof(hmac_state));
76 zeromem(hmac, sizeof(hmac_state));
hmac_process.c 27 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen)
hmac_memory_multi.c 39 hmac_state *hmac;
51 hmac = XMALLOC(sizeof(hmac_state));
80 zeromem(hmac, sizeof(hmac_state));
hmac_file.c 37 hmac_state hmac;
hmac_done.c 29 int hmac_done(hmac_state *hmac, unsigned char *out, unsigned long *outlen)
hmac_init.c 30 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen)
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 40 hmac_state *hmac;
53 hmac = XMALLOC(sizeof(hmac_state));
115 zeromem(hmac, sizeof(hmac_state));
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 2 typedef struct Hmac_state {
7 } hmac_state; typedef in typeref:struct:Hmac_state
9 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen);
10 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen);
11 int hmac_done(hmac_state *hmac, unsigned char *out, unsigned long *outlen);
  /external/dropbear/
packet.c 318 hmac_state hmac;
526 hmac_state hmac;
  /external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 148 hmac_state hmac;
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 111 milliseconds