Searched defs:cipher_alg (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | crypto.h | 235 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 D | spu.c | 31 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 D | cipher.c | 4148 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 D | spu2.c | 136 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 D | camellia_glue.c | 196 static struct crypto_alg cipher_alg = { variable
|
H A D | aes_glue.c | 362 static struct crypto_alg cipher_alg = { variable
|
/openbmc/qemu/crypto/ |
H A D | block-luks.c | 126 QCryptoCipherAlgo cipher_alg; member 1311 const char *cipher_alg; in qcrypto_block_luks_create() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-block.c | 115 QCryptoCipherAlgo cipher_alg; member
|
/openbmc/linux/crypto/ |
H A D | skcipher.c | 986 struct crypto_alg *cipher_alg; in skcipher_alloc_instance_simple() local
|
/openbmc/qemu/include/sysemu/ |
H A D | cryptodev.h | 73 uint32_t cipher_alg; member
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_sa.h | 99 u32 cipher_alg:4; member
|
/openbmc/linux/drivers/crypto/hisilicon/sec/ |
H A D | sec_drv.h | 243 enum sec_cipher_alg cipher_alg; member
|