Home
last modified time | relevance | path

Searched refs:crypto_alloc_cipher (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/crypto/
H A Dapi-skcipher.rst38 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/linux/include/crypto/internal/
H A Dcipher.h56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
/linux/drivers/crypto/
H A Dgeode-aes.c197 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/linux/crypto/
H A Dessiv.c275 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm()
H A Dtestmgr.c3446 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c1147 ctx->tweak = crypto_alloc_cipher("aes", 0, 0); in qat_alg_skcipher_init_xts_tfm()