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

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

Completed in 46 milliseconds