Searched refs:crypto_lookup_skcipher (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/crypto/internal/ |
D | skcipher.h | 37 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask);
|
/linux-4.4.14/crypto/ |
D | ablkcipher.c | 622 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask) in crypto_lookup_skcipher() function 660 EXPORT_SYMBOL_GPL(crypto_lookup_skcipher); 671 alg = crypto_lookup_skcipher(name, type, mask); in crypto_grab_skcipher() 693 alg = crypto_lookup_skcipher(alg_name, type, mask); in crypto_alloc_ablkcipher()
|
D | crypto_user.c | 371 alg = crypto_lookup_skcipher(name, type, mask); in crypto_user_skcipher_alg()
|