Searched defs:cipher_alg (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/crypto/bcm/ |
D | spu.c | 31 u32 cipher_alg; in spum_dump_msg_hdr() local 332 u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_ns2_ctx_max_payload() 361 u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_nsp_ctx_max_payload()
|
D | cipher.c | 4184 struct iproc_alg_s *cipher_alg) in generic_cra_init() 4214 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local 4228 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local 4252 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
|
D | spu2.c | 136 static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, in spu2_cipher_xlate() 781 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spu2_ctx_max_payload()
|
/Linux-v5.10/include/linux/ |
D | crypto.h | 239 struct cipher_alg { struct 240 unsigned int cia_min_keysize; 241 unsigned int cia_max_keysize; 242 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key, 244 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); 245 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
|
/Linux-v5.10/arch/sparc/crypto/ |
D | camellia_glue.c | 196 static struct crypto_alg cipher_alg = { variable
|
D | aes_glue.c | 362 static struct crypto_alg cipher_alg = { variable
|
/Linux-v5.10/crypto/ |
D | skcipher.c | 940 struct crypto_alg *cipher_alg; in skcipher_alloc_instance_simple() local
|
/Linux-v5.10/drivers/crypto/amcc/ |
D | crypto4xx_sa.h | 99 u32 cipher_alg:4; member
|
/Linux-v5.10/drivers/crypto/hisilicon/sec/ |
D | sec_drv.h | 243 enum sec_cipher_alg cipher_alg; member
|