Home
last modified time | relevance | path

Searched defs:hmac_init (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/src/mac/hmac/
Dhmac_init.c30 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init() function
/external/srtp/crypto/hash/
Dhmac.c112 hmac_init(hmac_ctx_t *state, const uint8_t *key, int key_len) { in hmac_init() function