Searched refs:crypto_attr_alg2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | algapi.h | 162 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta, 169 return crypto_attr_alg2(rta, NULL, type, mask); in crypto_attr_alg()
|
/linux-4.1.27/crypto/ |
D | algapi.c | 759 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta, in crypto_attr_alg2() function 771 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 | 704 alg = crypto_attr_alg2(rta, &crypto_shash_type, type, mask); in shash_attr_alg()
|