Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dfils_aead.c116 tfm2 = crypto_alloc_skcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); in aes_siv_encrypt()
175 tfm2 = crypto_alloc_skcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); in aes_siv_decrypt()
/Linux-v5.4/drivers/crypto/vmx/
Daes_cbc.c29 fallback = crypto_alloc_skcipher("cbc(aes)", 0, in p8_aes_cbc_init()
Daes_ctr.c28 fallback = crypto_alloc_skcipher("ctr(aes)", 0, in p8_aes_ctr_init()
Daes_xts.c31 fallback = crypto_alloc_skcipher("xts(aes)", 0, in p8_aes_xts_init()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
Dapi-samples.rst33 tfm = crypto_alloc_skcipher("xts(aes)", 0, 0);
/Linux-v5.4/include/crypto/
Dskcipher.h191 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
/Linux-v5.4/fs/crypto/
Dkeysetup_v1.c55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes()
Dkeysetup.c77 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
/Linux-v5.4/crypto/
Dalgif_skcipher.c306 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
Dsimd.c153 tfm = crypto_alloc_skcipher(basename, CRYPTO_ALG_INTERNAL, in simd_skcipher_create_compat()
Dskcipher.c989 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function
994 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
Dcryptd.c972 tfm = crypto_alloc_skcipher(cryptd_alg_name, type, mask); in cryptd_alloc_skcipher()
Dtcrypt.c1270 tfm = crypto_alloc_skcipher(algo, 0, 0); in test_mb_skcipher_speed()
1509 tfm = crypto_alloc_skcipher(algo, 0, async ? 0 : CRYPTO_ALG_ASYNC); in test_skcipher_speed()
Ddrbg.c1760 sk_tfm = crypto_alloc_skcipher(ctr_name, 0, 0); in drbg_init_sym_kernel()
Dtestmgr.c2727 generic_tfm = crypto_alloc_skcipher(generic_driver, 0, 0); in test_skcipher_vs_generic_impl()
2858 tfm = crypto_alloc_skcipher(driver, type, mask); in alg_test_skcipher()
/Linux-v5.4/security/keys/encrypted-keys/
Dencrypted.c85 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in aes_get_sizes()
396 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in init_skcipher_req()
/Linux-v5.4/fs/ecryptfs/
Dcrypto.c590 crypt_stat->tfm = crypto_alloc_skcipher(full_alg_name, 0, 0); in ecryptfs_init_crypt_ctx()
1580 *key_tfm = crypto_alloc_skcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC); in ecryptfs_process_key_cipher()
/Linux-v5.4/net/rxrpc/
Dkey.c846 ci = crypto_alloc_skcipher("pcbc(des)", 0, CRYPTO_ALG_ASYNC); in rxrpc_preparse_s()
/Linux-v5.4/drivers/crypto/
Domap-aes.c651 ctx->ctr = crypto_alloc_skcipher("ecb(aes)", 0, 0); in omap_aes_gcm_cra_init()
/Linux-v5.4/drivers/crypto/mediatek/
Dmtk-aes.c1118 ctx->ctr = crypto_alloc_skcipher("ctr(aes)", 0, in mtk_aes_gcm_init()
/Linux-v5.4/drivers/md/
Ddm-crypt.c1775 cc->cipher_tfm.tfms[i] = crypto_alloc_skcipher(ciphermode, 0, 0); in crypt_alloc_tfms_skcipher()
Ddm-integrity.c3350 ic->journal_crypt = crypto_alloc_skcipher(ic->journal_crypt_alg.alg_string, 0, 0); in create_journal()