Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dspu.h73 enum hash_mode { enum
129 enum hash_mode mode;
229 u16 spum_hash_pad_len(enum hash_alg hash_alg, enum hash_mode hash_mode,
261 enum hash_mode auth_mode,
H A Dspu2.c81 static char *spu2_hash_mode_name(enum spu2_hash_mode hash_mode) in spu2_hash_mode_name() argument
83 if (hash_mode >= SPU2_HASH_MODE_LAST) in spu2_hash_mode_name()
85 return spu2_hash_mode_names[hash_mode]; in spu2_hash_mode_name()
197 static int spu2_hash_mode_xlate(enum hash_mode hash_mode, in spu2_hash_mode_xlate() argument
200 switch (hash_mode) { in spu2_hash_mode_xlate()
226 * @hash_mode: [in] hash mode value from software enumeration
235 spu2_hash_xlate(enum hash_alg hash_alg, enum hash_mode hash_mode, in spu2_hash_xlate() argument
241 err = spu2_hash_mode_xlate(hash_mode, spu2_mod in spu2_hash_xlate()
314 enum spu2_hash_mode hash_mode; spu2_dump_fmd_ctrl0() local
845 spu2_hash_pad_len(enum hash_alg hash_alg,enum hash_mode hash_mode,u32 chunksize,u16 hash_block_size) spu2_hash_pad_len() argument
[all...]
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()
416 * @hash_mode: hash mode
424 u16 spum_hash_pad_len(enum hash_alg hash_alg, enum hash_mode hash_mode, in spum_hash_pad_len() argument
432 if ((hash_alg == HASH_ALG_AES) && (hash_mode in spum_hash_pad_len()
[all...]
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,
H A Dcipher.h102 enum hash_mode mode;
365 enum hash_mode hash_mode, u32 chunksize,
392 enum hash_mode auth_mode,
/linux/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, in cc_fin_hmac()
1567 int hash_mode; global() member
[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 in cc_set_hmac_desc() local
1103 unsigned int hash_mode = (ctx->auth_mode == DRV_HASH_SHA1) ? cc_proc_scheme_desc() local
[all...]
H A Dcc_hw_queue_defs.h505 * @hash_mode: specifies which hash is being handled
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/include/uapi/linux/netfilter_ipv4/
H A Dipt_CLUSTERIP.h31 __u32 hash_mode; member
/linux/drivers/crypto/starfive/
H A Djh7110-cryp.h165 unsigned int hash_mode; member
H A Djh7110-hash.c211 rctx->csr.hash.mode = ctx->hash_mode; in starfive_hash_one_request()
395 ctx->hash_mode = mode; in starfive_hash_init_tfm()
476 if (ctx->hash_mode == STARFIVE_HASH_SM3) in starfive_hash_setkey()
/linux/include/uapi/linux/
H A Dvirtio_crypto.h250 __le32 hash_mode; member