Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Dcrypto.h251 struct cipher_alg { struct
252 unsigned int cia_min_keysize;
253 unsigned int cia_max_keysize;
254 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
256 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
257 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
/linux/crypto/ !
H A Decb.c102 struct crypto_alg *cipher_alg; in lskcipher_alloc_instance_simple2() local
174 struct lskcipher_alg *cipher_alg; in crypto_ecb_create() local
H A Dlskcipher.c486 struct lskcipher_alg *cipher_alg; in lskcipher_alloc_instance_simple() local
H A Dskcipher.c839 struct crypto_alg *cipher_alg; in skcipher_alloc_instance_simple() local
/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.c4086 struct iproc_alg_s *cipher_alg) in generic_cra_init()
4116 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local
4130 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4155 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, in aead_cra_init() local
H A Dspu2.c137 static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, in spu2_cipher_xlate()
784 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spu2_ctx_max_payload()
/linux/drivers/net/ovpn/ !
H A Dcrypto.h26 enum ovpn_cipher_alg cipher_alg; member
/linux/arch/sparc/crypto/ !
H A Dcamellia_glue.c195 static struct crypto_alg cipher_alg = { variable
/linux/drivers/crypto/amcc/ !
H A Dcrypto4xx_sa.h99 u32 cipher_alg:4; member
/linux/drivers/crypto/hisilicon/sec/ !
H A Dsec_drv.h243 enum sec_cipher_alg cipher_alg; member