Searched refs:crypto_hmac (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/crypto/ |
D | hmac.c | 122 void crypto_hmac(struct crypto_tfm *tfm, u8 *key, unsigned int *keylen, in crypto_hmac() function 133 EXPORT_SYMBOL_GPL(crypto_hmac);
|
D | tcrypt.c | 211 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/ |
D | crypto.h | 388 void crypto_hmac(struct crypto_tfm *tfm, u8 *key, unsigned int *keylen,
|
/linux-2.4.37.9/include/net/sctp/ |
D | sctp.h | 343 #define sctp_crypto_hmac crypto_hmac
|