Home
last modified time | relevance | path

Searched refs:crypto_hmac_init (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/crypto/
Dhmac.c56 void crypto_hmac_init(struct crypto_tfm *tfm, u8 *key, unsigned int *keylen) in crypto_hmac_init() function
125 crypto_hmac_init(tfm, key, keylen); in crypto_hmac()
130 EXPORT_SYMBOL_GPL(crypto_hmac_init);
/linux-2.4.37.9/include/linux/
Dcrypto.h383 void crypto_hmac_init(struct crypto_tfm *tfm, u8 *key, unsigned int *keylen);