/Linux-v5.10/drivers/crypto/bcm/ |
D | spu.h | 72 enum hash_mode { enum 128 enum hash_mode mode; 228 u16 spum_hash_pad_len(enum hash_alg hash_alg, enum hash_mode hash_mode, 260 enum hash_mode auth_mode,
|
D | spu2.c | 80 static char *spu2_hash_mode_name(enum spu2_hash_mode hash_mode) in spu2_hash_mode_name() argument 82 if (hash_mode >= SPU2_HASH_MODE_LAST) in spu2_hash_mode_name() 84 return spu2_hash_mode_names[hash_mode]; in spu2_hash_mode_name() 196 static int spu2_hash_mode_xlate(enum hash_mode hash_mode, in spu2_hash_mode_xlate() argument 199 switch (hash_mode) { in spu2_hash_mode_xlate() 234 spu2_hash_xlate(enum hash_alg hash_alg, enum hash_mode hash_mode, in spu2_hash_xlate() argument 240 err = spu2_hash_mode_xlate(hash_mode, spu2_mode); in spu2_hash_xlate() 242 flow_log("Invalid hash mode %d\n", hash_mode); in spu2_hash_xlate() 313 enum spu2_hash_mode hash_mode; in spu2_dump_fmd_ctrl0() local 356 hash_mode = (ctrl0 & SPU2_HASH_MODE) >> SPU2_HASH_MODE_SHIFT; in spu2_dump_fmd_ctrl0() [all …]
|
D | spu2.h | 180 u16 spu2_hash_pad_len(enum hash_alg hash_alg, enum hash_mode hash_mode, 205 enum hash_alg auth_alg, enum hash_mode auth_mode,
|
D | cipher.h | 101 enum hash_mode mode; 367 enum hash_mode hash_mode, u32 chunksize, 394 enum hash_mode auth_mode,
|
D | spu.c | 35 u32 hash_mode; in spum_dump_msg_hdr() local 82 hash_mode = (cflags & HASH_MODE) >> HASH_MODE_SHIFT; in spum_dump_msg_hdr() 85 hash_alg, hash_mode, hash_type); in spum_dump_msg_hdr() 106 if (hash_alg && hash_mode) { in spum_dump_msg_hdr() 147 (hash_mode == HASH_MODE_XCBC)) { in spum_dump_msg_hdr() 170 if (hash_alg && (hash_mode == HASH_MODE_NONE) && in spum_dump_msg_hdr() 426 u16 spum_hash_pad_len(enum hash_alg hash_alg, enum hash_mode hash_mode, in spum_hash_pad_len() argument 434 if ((hash_alg == HASH_ALG_AES) && (hash_mode == HASH_MODE_XCBC)) { in spum_hash_pad_len() 1031 enum hash_mode auth_mode, in spum_request_pad()
|
/Linux-v5.10/drivers/crypto/ccree/ |
D | cc_hash.c | 69 int hash_mode; member 95 int hash_mode; member 151 if (ctx->hash_mode == DRV_HASH_SHA512 || in cc_init_req() 152 ctx->hash_mode == DRV_HASH_SHA384) in cc_init_req() 162 if (ctx->hash_mode != DRV_HASH_NULL) { in cc_init_req() 172 const void *larval = cc_larval_digest(dev, ctx->hash_mode); in cc_init_req() 209 if (is_hmac && ctx->hash_mode != DRV_HASH_NULL) { in cc_map_req() 351 set_hash_cipher_mode(&desc[idx], ctx->hw_mode, ctx->hash_mode); in cc_fin_result() 358 cc_set_endianity(ctx->hash_mode, &desc[idx]); in cc_fin_result() 378 cc_set_endianity(ctx->hash_mode, &desc[idx]); in cc_fin_hmac() [all …]
|
D | cc_aead.c | 297 unsigned int hash_mode = (ctx->auth_mode == DRV_HASH_SHA1) ? in hmac_setkey() local 310 set_cipher_mode(&desc[idx], hash_mode); in hmac_setkey() 321 set_cipher_mode(&desc[idx], hash_mode); in hmac_setkey() 330 set_cipher_mode(&desc[idx], hash_mode); in hmac_setkey() 340 set_cipher_mode(&desc[idx], hash_mode); in hmac_setkey() 347 set_cipher_mode(&desc[idx], hash_mode); in hmac_setkey() 878 unsigned int hash_mode = (ctx->auth_mode == DRV_HASH_SHA1) ? in cc_proc_digest_desc() local 896 set_cipher_mode(&desc[idx], hash_mode); in cc_proc_digest_desc() 913 set_cipher_mode(&desc[idx], hash_mode); in cc_proc_digest_desc() 993 unsigned int hash_mode = (ctx->auth_mode == DRV_HASH_SHA1) ? in cc_set_hmac_desc() local [all …]
|
D | cc_hw_queue_defs.h | 509 enum drv_hash_mode hash_mode) in set_hash_cipher_mode() argument 512 if (hash_mode == DRV_HASH_SM3) in set_hash_cipher_mode()
|
/Linux-v5.10/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 53 enum clusterip_hashmode hash_mode; /* which hashing mode */ member 260 c->hash_mode = i->hash_mode; in clusterip_config_init() 359 switch (config->hash_mode) { in clusterip_hashfn() 377 pr_info("unknown mode %u\n", config->hash_mode); in clusterip_hashfn() 470 if (cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP && in clusterip_tg_check() 471 cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP_SPT && in clusterip_tg_check() 472 cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP_SPT_DPT) { in clusterip_tg_check() 473 pr_info("unknown mode %u\n", cipinfo->hash_mode); in clusterip_tg_check() 552 u_int32_t hash_mode; member
|
/Linux-v5.10/drivers/crypto/ux500/hash/ |
D | hash_core.c | 42 static int hash_mode; variable 43 module_param(hash_mode, int, 0); 44 MODULE_PARM_DESC(hash_mode, "CPU or DMA mode. CPU = 0 (default), DMA = 1"); 560 if (hash_mode == HASH_MODE_DMA) { in ux500_hash_init() 890 if (hash_mode != HASH_MODE_DMA || !req_ctx->dma_mode) { in hash_dma_final() 1137 int hash_mode = HASH_OPER_MODE_HASH; in hash_resume_state() local 1164 hash_mode = HASH_OPER_MODE_HMAC; in hash_resume_state() 1166 hash_mode = HASH_OPER_MODE_HASH; in hash_resume_state() 1169 if ((count >= 36) && (hash_mode == HASH_OPER_MODE_HASH)) in hash_resume_state() 1195 int hash_mode = HASH_OPER_MODE_HASH; in hash_save_state() local [all …]
|
D | hash_alg.h | 133 enum hash_mode { enum
|
/Linux-v5.10/include/uapi/linux/netfilter_ipv4/ |
D | ipt_CLUSTERIP.h | 31 __u32 hash_mode; member
|
/Linux-v5.10/include/uapi/linux/ |
D | virtio_crypto.h | 193 __le32 hash_mode; member
|