/linux/Documentation/crypto/ |
H A D | api-skcipher.rst | 17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
|
H A D | api-samples.rst | 33 tfm = crypto_alloc_skcipher("xts(aes)", 0, 0);
|
/linux/net/mac80211/ |
H A 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/arch/powerpc/crypto/ |
H A D | aes_cbc.c | 29 fallback = crypto_alloc_skcipher("cbc(aes)", 0, in p8_aes_cbc_init()
|
H A D | aes_ctr.c | 28 fallback = crypto_alloc_skcipher("ctr(aes)", 0, in p8_aes_ctr_init()
|
H A D | aes_xts.c | 31 fallback = crypto_alloc_skcipher("xts(aes)", 0, in p8_aes_xts_init()
|
/linux/tools/testing/crypto/chacha20-s390/ |
H A D | test-cipher.c | 135 skcipher = crypto_alloc_skcipher(name, 0, 0); in test_skcipher()
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_dcp.c | 91 tfm = crypto_alloc_skcipher("ecb-paes-dcp", CRYPTO_ALG_INTERNAL, in do_dcp_crypto()
|
/linux/fs/crypto/ |
H A D | keysetup_v1.c | 55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes()
|
H A D | keysetup.c | 106 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
|
/linux/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-xts.c | 205 fallback_tfm = crypto_alloc_skcipher("xts(aes)", 0, in ccp_aes_xts_init_tfm()
|
/linux/security/keys/encrypted-keys/ |
H A D | encrypted.c | 90 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/crypto/ |
H A D | skcipher.c | 670 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function 675 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
|
H A D | algif_skcipher.c | 345 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
|
H A D | cryptd.c | 960 tfm = crypto_alloc_skcipher(cryptd_alg_name, type, mask); in cryptd_alloc_skcipher()
|
/linux/drivers/crypto/ |
H A D | geode-aes.c | 244 crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK | in geode_init_skcipher()
|
/linux/drivers/crypto/amlogic/ |
H A D | amlogic-gxl-cipher.c | 323 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in meson_cipher_init()
|
/linux/drivers/crypto/gemini/ |
H A D | sl3516-ce-cipher.c | 328 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sl3516_ce_cipher_init()
|
/linux/arch/s390/crypto/ |
H A D | aes_s390.c | 264 sctx->fallback.skcipher = crypto_alloc_skcipher(name, 0, in fallback_init_skcipher() 496 xts_ctx->fallback = crypto_alloc_skcipher(name, 0, in xts_fallback_init()
|
/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-cipher.c | 401 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun8i_ss_cipher_init()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-cipher.c | 427 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun8i_ce_cipher_init()
|
/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_skcipher.c | 441 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 D | sun4i-ss-cipher.c | 547 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun4i_ss_cipher_init()
|
/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace-crypto.c | 648 ctx->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_ASYNC | in aspeed_crypto_cra_init()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-aes.c | 617 ctx->skcipher_fbk = crypto_alloc_skcipher(alg_name, 0, in starfive_aes_init_tfm()
|