Searched refs:crypto_attr_alg2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | algapi.h | 166 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta, 173 return crypto_attr_alg2(rta, NULL, type, mask); in crypto_attr_alg()
|
/linux-4.4.14/crypto/ |
D | algapi.c | 783 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta, in crypto_attr_alg2() function 795 EXPORT_SYMBOL_GPL(crypto_attr_alg2);
|
D | ahash.c | 614 alg = crypto_attr_alg2(rta, &crypto_ahash_type, type, mask); in ahash_attr_alg()
|
D | shash.c | 699 alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask); in shash_attr_alg()
|