Searched defs:cipher_alg (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
A D | crypto.h | 242 struct cipher_alg { struct 243 unsigned int cia_min_keysize; 244 unsigned int cia_max_keysize; 245 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key, 247 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src); 248 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
|
/linux/drivers/crypto/bcm/ |
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()
|
A D | cipher.c | 4182 struct iproc_alg_s *cipher_alg) in generic_cra_init() 4212 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local 4226 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local 4250 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
|
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()
|
/linux/arch/sparc/crypto/ |
A D | camellia_glue.c | 196 static struct crypto_alg cipher_alg = { variable
|
A D | aes_glue.c | 362 static struct crypto_alg cipher_alg = { variable
|
/linux/crypto/ |
A D | skcipher.c | 935 struct crypto_alg *cipher_alg; in skcipher_alloc_instance_simple() local
|
/linux/drivers/crypto/amcc/ |
A D | crypto4xx_sa.h | 99 u32 cipher_alg:4; member
|
/linux/drivers/crypto/hisilicon/sec/ |
A D | sec_drv.h | 243 enum sec_cipher_alg cipher_alg; member
|
Completed in 27 milliseconds