Home
last modified time | relevance | path

Searched refs:cipher_alg (Results 1 – 14 of 14) sorted by relevance

/drivers/crypto/bcm/
A Dspu.c31 u32 cipher_alg; in spum_dump_msg_hdr() local
76 cipher_alg = (cflags & CIPHER_ALG) >> CIPHER_ALG_SHIFT; in spum_dump_msg_hdr()
80 cipher_alg, cipher_mode, cipher_type); in spum_dump_msg_hdr()
213 if (cipher_alg) { in spum_dump_msg_hdr()
216 switch (cipher_alg) { in spum_dump_msg_hdr()
330 u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_ns2_ctx_max_payload() argument
359 u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spum_nsp_ctx_max_payload() argument
A Dspu.h221 u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg,
224 u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg,
A Dspu2.c137 static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, in spu2_cipher_xlate() argument
151 switch (cipher_alg) { in spu2_cipher_xlate()
189 cipher_alg, cipher_type); in spu2_cipher_xlate()
784 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spu2_ctx_max_payload() argument
788 if ((cipher_alg == CIPHER_ALG_AES) && in spu2_ctx_max_payload()
A Dspu2.h175 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg,
A Dcipher.c4092 struct iproc_alg_s *cipher_alg) in generic_cra_init() argument
4100 ctx->alg = cipher_alg; in generic_cra_init()
4101 ctx->cipher = cipher_alg->cipher_info; in generic_cra_init()
4102 ctx->auth = cipher_alg->auth_info; in generic_cra_init()
4103 ctx->auth_first = cipher_alg->auth_first; in generic_cra_init()
4122 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local
4128 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher); in skcipher_init_tfm()
4129 return generic_cra_init(tfm, cipher_alg); in skcipher_init_tfm()
4136 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4141 err = generic_cra_init(tfm, cipher_alg); in ahash_cra_init()
[all …]
A Dcipher.h358 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg,
/drivers/net/ovpn/
A Dcrypto.h26 enum ovpn_cipher_alg cipher_alg; member
A Dnetlink.c911 pkr.key.cipher_alg = nla_get_u32(attrs[OVPN_A_KEYCONF_CIPHER_ALG]); in ovpn_nl_key_new_doit()
914 pkr.key.cipher_alg, &pkr.key.encrypt); in ovpn_nl_key_new_doit()
919 pkr.key.cipher_alg, &pkr.key.decrypt); in ovpn_nl_key_new_doit()
968 nla_put_u32(skb, OVPN_A_KEYCONF_CIPHER_ALG, keyconf->cipher_alg)) in ovpn_nl_send_key()
A Dcrypto.c205 keyconf->cipher_alg = ovpn_aead_crypto_alg(ks); in ovpn_crypto_config_get()
A Dcrypto_aead.c315 switch (kc->cipher_alg) { in ovpn_aead_crypto_key_slot_new()
/drivers/crypto/hisilicon/sec/
A Dsec_drv.h243 enum sec_cipher_alg cipher_alg; member
A Dsec_algs.c150 ctx->cipher_alg = alg; in sec_alg_skcipher_init_context()
153 ctx->cipher_alg); in sec_alg_skcipher_init_context()
454 switch (ctx->cipher_alg) { in sec_skcipher_alg_callback()
/drivers/crypto/amcc/
A Dcrypto4xx_sa.h99 u32 cipher_alg:4; member
A Dcrypto4xx_alg.c39 sa->sa_command_0.bf.cipher_alg = c; in set_dynamic_sa_command_0()

Completed in 43 milliseconds