Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:hmac_init

2087 int hmac_init(         hmac_state *hmac, 
2173 if ((err = hmac_init(&hmac, idx, key, 16)) != CRYPT_OK) {