Home
last modified time | relevance | path

Searched refs:crypto_attr_alg2 (Results 1 – 3 of 3) sorted by relevance

/crypto/
Dalgapi.c774 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta, in crypto_attr_alg2() function
786 EXPORT_SYMBOL_GPL(crypto_attr_alg2);
Dahash.c634 alg = crypto_attr_alg2(rta, &crypto_ahash_type, type, mask); in ahash_attr_alg()
Dshash.c707 alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask); in shash_attr_alg()