HomeSort by relevance Sort by last modified time
    Searched defs:hmac_init (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_init.c 14 @file hmac_init.c
30 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) function
110 /* $Source: /cvs/libtom/libtomcrypt/src/mac/hmac/hmac_init.c,v $ */
  /external/srtp/crypto/hash/
hmac.c 112 hmac_init(hmac_ctx_t *state, const uint8_t *key, int key_len) { function
258 (auth_init_func) hmac_init,

Completed in 481 milliseconds