Home
last modified time | relevance | path

Searched defs:cipher_alg (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/linux/
H A Dcrypto.h235 struct cipher_alg { struct
236 unsigned int cia_min_keysize;
237 unsigned int cia_max_keysize;
238 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
240 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
241 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
/openbmc/linux/drivers/crypto/bcm/
H A Dspu.c31 u32 cipher_alg; in spum_dump_msg_hdr() local
330 u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_ns2_ctx_max_payload()
359 u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_nsp_ctx_max_payload()
H A Dcipher.c4148 struct iproc_alg_s *cipher_alg) in generic_cra_init()
4178 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local
4192 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4217 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
H A Dspu2.c136 static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, in spu2_cipher_xlate()
783 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spu2_ctx_max_payload()
/openbmc/linux/arch/sparc/crypto/
H A Dcamellia_glue.c196 static struct crypto_alg cipher_alg = { variable
H A Daes_glue.c362 static struct crypto_alg cipher_alg = { variable
/openbmc/qemu/crypto/
H A Dblock-luks.c126 QCryptoCipherAlgo cipher_alg; member
1311 const char *cipher_alg; in qcrypto_block_luks_create() local
/openbmc/qemu/tests/unit/
H A Dtest-crypto-block.c115 QCryptoCipherAlgo cipher_alg; member
/openbmc/linux/crypto/
H A Dskcipher.c986 struct crypto_alg *cipher_alg; in skcipher_alloc_instance_simple() local
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h73 uint32_t cipher_alg; member
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h99 u32 cipher_alg:4; member
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h243 enum sec_cipher_alg cipher_alg; member