| /linux/drivers/crypto/ccree/ |
| H A D | cc_driver.h | 166 struct skcipher_alg skcipher_alg; member 175 struct skcipher_alg skcipher;
|
| /linux/crypto/ |
| H A D | essiv.c | 442 struct skcipher_alg_common *skcipher_alg = NULL; in essiv_create() local 489 skcipher_alg = crypto_spawn_skcipher_alg_common( in essiv_create() 491 block_base = &skcipher_alg->base; in essiv_create() 492 ivsize = skcipher_alg->ivsize; in essiv_create() 581 skcipher_inst->alg.min_keysize = skcipher_alg->min_keysize; in essiv_create() 582 skcipher_inst->alg.max_keysize = skcipher_alg->max_keysize; in essiv_create() 584 skcipher_inst->alg.chunksize = skcipher_alg->chunksize; in essiv_create()
|
| H A D | chacha.c | 103 static struct skcipher_alg algs[] = {
|
| /linux/drivers/crypto/qce/ |
| H A D | cipher.h | 50 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in to_cipher_tmpl()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto.h | 41 struct skcipher_alg alg; 74 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg()
|
| /linux/drivers/crypto/amlogic/ |
| H A D | amlogic-gxl-cipher.c | 65 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher_do_fallback() 90 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher() 316 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()
|
| /linux/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_skcipher.c | 26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_need_fallback() 73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_fallback() 313 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_run() 437 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_tfm_init()
|
| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-cipher.c | 38 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_opti_poll() 154 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll_fallback() 186 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll()
|
| /linux/drivers/crypto/ |
| H A D | padlock-aes.c | 394 static struct skcipher_alg ecb_aes_alg = { 461 static struct skcipher_alg cbc_aes_alg = {
|
| H A D | geode-aes.c | 314 static struct skcipher_alg geode_skcipher_algs[] = {
|
| H A D | atmel-tdes.c | 772 static void atmel_tdes_skcipher_alg_init(struct skcipher_alg *alg) in atmel_tdes_skcipher_alg_init() 782 static struct skcipher_alg tdes_algs[] = {
|
| H A D | hifn_795x.c | 583 struct skcipher_alg alg; 2154 struct skcipher_alg skcipher; 2236 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in hifn_init_tfm()
|
| H A D | atmel-aes.c | 1180 static struct skcipher_alg aes_algs[] = { 1736 static struct skcipher_alg aes_xts_alg = {
|
| H A D | talitos.c | 2335 struct skcipher_alg skcipher; 3162 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in talitos_cra_init_skcipher()
|
| /linux/arch/x86/crypto/ |
| H A D | aria_aesni_avx_glue.c | 151 static struct skcipher_alg aria_algs[] = {
|
| H A D | aria_aesni_avx2_glue.c | 164 static struct skcipher_alg aria_algs[] = {
|
| /linux/Documentation/crypto/ |
| H A D | devel-algos.rst | 121 Cipher Definition With struct skcipher_alg 124 Struct skcipher_alg defines a multi-block cipher, or more generally, a
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.h | 108 struct skcipher_alg skcipher;
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-neon-glue.c | 179 static struct skcipher_alg sm4_algs[] = {
|
| H A D | aes-neonbs-glue.c | 388 static struct skcipher_alg aes_algs[] = { {
|
| H A D | sm4-ce-glue.c | 409 static struct skcipher_alg sm4_algs[] = {
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 335 static struct skcipher_alg algs[] = { {
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_skcipher.c | 384 static struct skcipher_alg nitrox_skciphers[] = { {
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 1222 static struct skcipher_alg otx_cpt_skciphers[] = { {
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 346 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in tegra_aes_cra_init()
|