Searched refs:crypto_alloc_skcipher (Results 1 – 4 of 4) sorted by relevance
239 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function244 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
865 skcipher = crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
1598 tfm = crypto_alloc_skcipher(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_skcipher()
200 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,