Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Dinternal.h67 int crypto_alloc_hmac_block(struct crypto_tfm *tfm);
70 static inline int crypto_alloc_hmac_block(struct crypto_tfm *tfm) in crypto_alloc_hmac_block() function
Ddigest.c102 return crypto_alloc_hmac_block(tfm); in crypto_init_digest_ops()