/openbmc/qemu/crypto/ |
H A D | block-luks.c | 126 QCryptoCipherAlgorithm cipher_alg; member 638 luks->cipher_alg = in qcrypto_block_luks_parse_header() 686 luks->ivgen_cipher_alg = luks->cipher_alg; in qcrypto_block_luks_parse_header() 789 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_store_key() 939 cipher = qcrypto_cipher_new(luks->cipher_alg, in qcrypto_block_luks_load_key() 1311 const char *cipher_alg; in qcrypto_block_luks_create() local 1346 luks->cipher_alg = luks_opts.cipher_alg; in qcrypto_block_luks_create() 1380 cipher_alg = qcrypto_block_luks_cipher_alg_lookup(luks_opts.cipher_alg, in qcrypto_block_luks_create() 1382 if (!cipher_alg) { in qcrypto_block_luks_create() 1400 cipher_alg); in qcrypto_block_luks_create() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-block.c | 80 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256, 94 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256, 115 QCryptoCipherAlgorithm cipher_alg; member 131 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_128, 144 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256, 159 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256, 174 .cipher_alg = QCRYPTO_CIPHER_ALG_AES_256, 260 g_assert_cmpint(data->cipher_alg, ==, cipher->alg); in test_block_assert_setup()
|
/openbmc/linux/crypto/ |
H A D | cipher.c | 23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned() 45 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey() 62 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
|
H A D | skcipher.c | 986 struct crypto_alg *cipher_alg; in skcipher_alloc_instance_simple() local 1002 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple() 1005 cipher_alg); in skcipher_alloc_instance_simple() 1012 inst->alg.base.cra_blocksize = cipher_alg->cra_blocksize; in skcipher_alloc_instance_simple() 1013 inst->alg.base.cra_alignmask = cipher_alg->cra_alignmask; in skcipher_alloc_instance_simple() 1014 inst->alg.base.cra_priority = cipher_alg->cra_priority; in skcipher_alloc_instance_simple() 1015 inst->alg.min_keysize = cipher_alg->cra_cipher.cia_min_keysize; in skcipher_alloc_instance_simple() 1016 inst->alg.max_keysize = cipher_alg->cra_cipher.cia_max_keysize; in skcipher_alloc_instance_simple() 1017 inst->alg.ivsize = cipher_alg->cra_blocksize; in skcipher_alloc_instance_simple()
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | camellia_glue.c | 196 static struct crypto_alg cipher_alg = { variable 270 err = crypto_register_alg(&cipher_alg); in camellia_sparc64_mod_init() 276 crypto_unregister_alg(&cipher_alg); in camellia_sparc64_mod_init() 282 crypto_unregister_alg(&cipher_alg); in camellia_sparc64_mod_fini()
|
H A D | aes_glue.c | 362 static struct crypto_alg cipher_alg = { variable 451 err = crypto_register_alg(&cipher_alg); in aes_sparc64_mod_init() 457 crypto_unregister_alg(&cipher_alg); in aes_sparc64_mod_init() 463 crypto_unregister_alg(&cipher_alg); in aes_sparc64_mod_fini()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | spu.c | 31 u32 cipher_alg; in spum_dump_msg_hdr() local 76 cipher_alg = (cflags & CIPHER_ALG) >> CIPHER_ALG_SHIFT; in spum_dump_msg_hdr() 80 cipher_alg, cipher_mode, cipher_type); in spum_dump_msg_hdr() 213 if (cipher_alg) { in spum_dump_msg_hdr() 216 switch (cipher_alg) { in spum_dump_msg_hdr() 330 u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_ns2_ctx_max_payload() argument 359 u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_nsp_ctx_max_payload() argument
|
H A D | spu.h | 221 u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg, 224 u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg,
|
H A D | spu2.c | 136 static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, in spu2_cipher_xlate() argument 150 switch (cipher_alg) { in spu2_cipher_xlate() 188 cipher_alg, cipher_type); in spu2_cipher_xlate() 783 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spu2_ctx_max_payload() argument 787 if ((cipher_alg == CIPHER_ALG_AES) && in spu2_ctx_max_payload()
|
H A D | spu2.h | 175 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg,
|
H A D | cipher.c | 4145 struct iproc_alg_s *cipher_alg) in generic_cra_init() argument 4153 ctx->alg = cipher_alg; in generic_cra_init() 4154 ctx->cipher = cipher_alg->cipher_info; in generic_cra_init() 4155 ctx->auth = cipher_alg->auth_info; in generic_cra_init() 4156 ctx->auth_first = cipher_alg->auth_first; in generic_cra_init() 4175 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local 4181 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher); in skcipher_init_tfm() 4182 return generic_cra_init(tfm, cipher_alg); in skcipher_init_tfm() 4189 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local 4194 err = generic_cra_init(tfm, cipher_alg); in ahash_cra_init() [all …]
|
H A D | cipher.h | 358 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg,
|
/openbmc/linux/include/linux/ |
H A D | crypto.h | 235 struct cipher_alg { struct 361 struct cipher_alg cipher;
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-skcipher.rst | 8 :functions: crypto_alg cipher_alg compress_alg
|
H A D | devel-algos.rst | 64 See struct cipher_alg below. 66 Cipher Definition With struct cipher_alg 69 Struct cipher_alg defines a single block cipher.
|
/openbmc/linux/include/crypto/internal/ |
H A D | cipher.h | 215 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-builtin.c | 239 switch (sess_info->cipher_alg) { in cryptodev_builtin_create_cipher_session() 286 sess_info->cipher_alg); in cryptodev_builtin_create_cipher_session()
|
/openbmc/linux/drivers/crypto/hisilicon/sec/ |
H A D | sec_drv.h | 243 enum sec_cipher_alg cipher_alg; member
|
H A D | sec_algs.c | 150 ctx->cipher_alg = alg; in sec_alg_skcipher_init_context() 153 ctx->cipher_alg); in sec_alg_skcipher_init_context() 454 switch (ctx->cipher_alg) { in sec_skcipher_alg_callback()
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_sa.h | 99 u32 cipher_alg:4; member
|
H A D | crypto4xx_alg.c | 42 sa->sa_command_0.bf.cipher_alg = c; in set_dynamic_sa_command_0()
|
/openbmc/qemu/include/sysemu/ |
H A D | cryptodev.h | 73 uint32_t cipher_alg; member
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-crypto.c | 81 info->cipher_alg = ldl_le_p(&cipher_para->algo); in virtio_crypto_cipher_session_helper() 85 info->cipher_alg, info->direction); in virtio_crypto_cipher_session_helper()
|
/openbmc/qemu/block/ |
H A D | rbd.c | 369 switch (luks_opts->cipher_alg) { in qemu_rbd_convert_luks_create_options() 381 luks_opts->cipher_alg); in qemu_rbd_convert_luks_create_options()
|