Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/internal/
Dskcipher.h37 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask);
/linux-4.4.14/crypto/
Dablkcipher.c622 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()
Dcrypto_user.c371 alg = crypto_lookup_skcipher(name, type, mask); in crypto_user_skcipher_alg()