Home
last modified time | relevance | path

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

12

/linux/Documentation/crypto/
H A Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
H A Dapi-samples.rst33 tfm = crypto_alloc_skcipher("xts(aes)", 0, 0);
/linux/net/mac80211/
H A 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/arch/powerpc/crypto/
H A Daes_cbc.c33 fallback = crypto_alloc_skcipher("cbc(aes)", 0, in p8_aes_cbc_init()
H A Daes_ctr.c32 fallback = crypto_alloc_skcipher("ctr(aes)", 0, in p8_aes_ctr_init()
H A Daes_xts.c35 fallback = crypto_alloc_skcipher("xts(aes)", 0, in p8_aes_xts_init()
/linux/crypto/
H A Dskcipher.c386 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function
391 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
H A Dalgif_skcipher.c345 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
H A Dcryptd.c966 tfm = crypto_alloc_skcipher(cryptd_alg_name, type, mask); in cryptd_alloc_skcipher()
/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c135 skcipher = crypto_alloc_skcipher(name, 0, 0); in test_skcipher()
/linux/security/keys/trusted-keys/
H A Dtrusted_dcp.c91 tfm = crypto_alloc_skcipher("ecb-paes-dcp", CRYPTO_ALG_INTERNAL, in do_dcp_crypto()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c205 fallback_tfm = crypto_alloc_skcipher("xts(aes)", 0, in ccp_aes_xts_init_tfm()
/linux/include/crypto/
H A Dskcipher.h279 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
/linux/security/keys/encrypted-keys/
H A Dencrypted.c90 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in aes_get_sizes()
390 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in init_skcipher_req()
/linux/drivers/crypto/
H A Dgeode-aes.c244 crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK | in geode_init_skcipher()
H A Dmxs-dcp.c572 blk = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in mxs_dcp_aes_fallback_init_tfm()
/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c323 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in meson_cipher_init()
/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c328 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sl3516_ce_cipher_init()
/linux/drivers/crypto/qce/
H A Dskcipher.c332 ctx->fallback = crypto_alloc_skcipher(crypto_tfm_alg_name(&tfm->base), in qce_skcipher_init_fallback()
/linux/block/
H A Dblk-crypto-fallback.c649 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode()
/linux/arch/s390/crypto/
H A Daes_s390.c263 sctx->fallback.skcipher = crypto_alloc_skcipher(name, 0, in fallback_init_skcipher()
495 xts_ctx->fallback = crypto_alloc_skcipher(name, 0, in xts_fallback_init()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c444 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun8i_ce_cipher_init()
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c441 ctx->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in rk_cipher_tfm_init()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c547 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun4i_ss_cipher_init()
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c648 ctx->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_ASYNC | in aspeed_crypto_cra_init()

12