Searched refs:crypto_alloc_skcipher (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.4/net/mac80211/ |
D | fils_aead.c | 116 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/ |
D | aes_cbc.c | 29 fallback = crypto_alloc_skcipher("cbc(aes)", 0, in p8_aes_cbc_init()
|
D | aes_ctr.c | 28 fallback = crypto_alloc_skcipher("ctr(aes)", 0, in p8_aes_ctr_init()
|
D | aes_xts.c | 31 fallback = crypto_alloc_skcipher("xts(aes)", 0, in p8_aes_xts_init()
|
/Linux-v5.4/Documentation/crypto/ |
D | api-skcipher.rst | 17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
|
D | api-samples.rst | 33 tfm = crypto_alloc_skcipher("xts(aes)", 0, 0);
|
/Linux-v5.4/include/crypto/ |
D | skcipher.h | 191 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
|
/Linux-v5.4/fs/crypto/ |
D | keysetup_v1.c | 55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes()
|
D | keysetup.c | 77 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
|
/Linux-v5.4/crypto/ |
D | algif_skcipher.c | 306 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
|
D | simd.c | 153 tfm = crypto_alloc_skcipher(basename, CRYPTO_ALG_INTERNAL, in simd_skcipher_create_compat()
|
D | skcipher.c | 989 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function 994 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
|
D | cryptd.c | 972 tfm = crypto_alloc_skcipher(cryptd_alg_name, type, mask); in cryptd_alloc_skcipher()
|
D | tcrypt.c | 1270 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()
|
D | drbg.c | 1760 sk_tfm = crypto_alloc_skcipher(ctr_name, 0, 0); in drbg_init_sym_kernel()
|
D | testmgr.c | 2727 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/ |
D | encrypted.c | 85 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/ |
D | crypto.c | 590 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/ |
D | key.c | 846 ci = crypto_alloc_skcipher("pcbc(des)", 0, CRYPTO_ALG_ASYNC); in rxrpc_preparse_s()
|
/Linux-v5.4/drivers/crypto/ |
D | omap-aes.c | 651 ctx->ctr = crypto_alloc_skcipher("ecb(aes)", 0, 0); in omap_aes_gcm_cra_init()
|
/Linux-v5.4/drivers/crypto/mediatek/ |
D | mtk-aes.c | 1118 ctx->ctr = crypto_alloc_skcipher("ctr(aes)", 0, in mtk_aes_gcm_init()
|
/Linux-v5.4/drivers/md/ |
D | dm-crypt.c | 1775 cc->cipher_tfm.tfms[i] = crypto_alloc_skcipher(ciphermode, 0, 0); in crypt_alloc_tfms_skcipher()
|
D | dm-integrity.c | 3350 ic->journal_crypt = crypto_alloc_skcipher(ic->journal_crypt_alg.alg_string, 0, 0); in create_journal()
|