Home
last modified time | relevance | path

Searched refs:crypto_alloc_skcipher (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/crypto/
Dskcipher.c239 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function
244 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
Dalgif_skcipher.c865 skcipher = crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
Dtestmgr.c1598 tfm = crypto_alloc_skcipher(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_skcipher()
/linux-4.4.14/include/crypto/
Dskcipher.h200 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,