Home
last modified time | relevance | path

Searched refs:crypto_hmac (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/crypto/
Dhmac.c122 void crypto_hmac(struct crypto_tfm *tfm, u8 *key, unsigned int *keylen, in crypto_hmac() function
133 EXPORT_SYMBOL_GPL(crypto_hmac);
Dtcrypt.c211 crypto_hmac(tfm, hmac_tv[i].key, &klen, sg, 1, result); in test_hmac()
243 crypto_hmac(tfm, hmac_tv[i].key, &klen, sg, hmac_tv[i].np, in test_hmac()
/linux-2.4.37.9/include/linux/
Dcrypto.h388 void crypto_hmac(struct crypto_tfm *tfm, u8 *key, unsigned int *keylen,
/linux-2.4.37.9/include/net/sctp/
Dsctp.h343 #define sctp_crypto_hmac crypto_hmac