Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Dskcipher.h37 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask);
/linux-4.1.27/crypto/
Dablkcipher.c614 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask) in crypto_lookup_skcipher() function
652 EXPORT_SYMBOL_GPL(crypto_lookup_skcipher);
663 alg = crypto_lookup_skcipher(name, type, mask); in crypto_grab_skcipher()
685 alg = crypto_lookup_skcipher(alg_name, type, mask); in crypto_alloc_ablkcipher()
Dcrypto_user.c349 alg = crypto_lookup_skcipher(name, type, mask); in crypto_user_skcipher_alg()