Home
last modified time | relevance | path

Searched refs:hash_mode (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dspu2.c80 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 …]
H A Dspu.h72 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,
H A Dspu.c35 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()
H A Dcipher.h101 enum hash_mode mode;
367 enum hash_mode hash_mode, u32 chunksize,
394 enum hash_mode auth_mode,
H A Dspu2.h180 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,
/OK3568_Linux_fs/kernel/drivers/crypto/ccree/
H A Dcc_hash.c69 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 …]
H A Dcc_aead.c297 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 …]
H A Dcc_hw_queue_defs.h509 enum drv_hash_mode hash_mode) in set_hash_cipher_mode() argument
512 if (hash_mode == DRV_HASH_SM3) in set_hash_cipher_mode()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c53 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()
555 u_int32_t hash_mode; member
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A Dhash_core.c42 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()
1138 int hash_mode = HASH_OPER_MODE_HASH; in hash_resume_state() local
1165 hash_mode = HASH_OPER_MODE_HMAC; in hash_resume_state()
1167 hash_mode = HASH_OPER_MODE_HASH; in hash_resume_state()
1170 if ((count >= 36) && (hash_mode == HASH_OPER_MODE_HASH)) in hash_resume_state()
1196 int hash_mode = HASH_OPER_MODE_HASH; in hash_save_state() local
[all …]
H A Dhash_alg.h133 enum hash_mode { enum
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_ipv4/
H A Dipt_CLUSTERIP.h31 __u32 hash_mode; member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv4/
H A Dipt_CLUSTERIP.h31 __u32 hash_mode; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_ipv4/
H A Dipt_CLUSTERIP.h31 __u32 hash_mode; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvirtio_crypto.h193 __le32 hash_mode; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvirtio_crypto.h193 __le32 hash_mode; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvirtio_crypto.h193 __le32 hash_mode; member