Searched refs:cipher_alg (Results 1 – 14 of 14) sorted by relevance
| /drivers/crypto/bcm/ |
| A D | spu.c | 31 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 D | spu.h | 221 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 D | spu2.c | 137 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 D | spu2.h | 175 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg,
|
| A D | cipher.c | 4092 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 D | cipher.h | 358 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg,
|
| /drivers/net/ovpn/ |
| A D | crypto.h | 26 enum ovpn_cipher_alg cipher_alg; member
|
| A D | netlink.c | 911 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 D | crypto.c | 205 keyconf->cipher_alg = ovpn_aead_crypto_alg(ks); in ovpn_crypto_config_get()
|
| A D | crypto_aead.c | 315 switch (kc->cipher_alg) { in ovpn_aead_crypto_key_slot_new()
|
| /drivers/crypto/hisilicon/sec/ |
| A D | sec_drv.h | 243 enum sec_cipher_alg cipher_alg; member
|
| A D | sec_algs.c | 150 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 D | crypto4xx_sa.h | 99 u32 cipher_alg:4; member
|
| A D | crypto4xx_alg.c | 39 sa->sa_command_0.bf.cipher_alg = c; in set_dynamic_sa_command_0()
|
Completed in 43 milliseconds