Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dspu.c45 u32 cipher_alg; in spum_dump_msg_hdr() local
350 u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_ns2_ctx_max_payload()
379 u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_nsp_ctx_max_payload()
Dcipher.c4325 struct iproc_alg_s *cipher_alg) in generic_cra_init()
4354 struct iproc_alg_s *cipher_alg; in ablkcipher_cra_init() local
4368 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4392 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
Dspu2.c147 static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, in spu2_cipher_xlate()
792 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spu2_ctx_max_payload()
/Linux-v4.19/include/linux/
Dcrypto.h356 struct cipher_alg { struct
357 unsigned int cia_min_keysize;
358 unsigned int cia_max_keysize;
359 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
361 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
362 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_sa.h108 u32 cipher_alg:4; member
/Linux-v4.19/drivers/crypto/hisilicon/sec/
Dsec_drv.h243 enum sec_cipher_alg cipher_alg; member