Symbol: hash_alg_type
crypto/libecc/include/libecc/hash/hash_algs.h
233
hash_alg_type type;
crypto/libecc/include/libecc/hash/hash_algs.h
550
ATTRIBUTE_WARN_UNUSED_RET int get_hash_by_type(hash_alg_type hash_type, const hash_mapping **hm);
crypto/libecc/include/libecc/hash/hash_algs.h
551
ATTRIBUTE_WARN_UNUSED_RET int get_hash_sizes(hash_alg_type hash_type, u8 *digest_size, u8 *block_size);
crypto/libecc/include/libecc/hash/hmac.h
26
ATTRIBUTE_WARN_UNUSED_RET int hmac_init(hmac_context *ctx, const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type);
crypto/libecc/include/libecc/hash/hmac.h
32
ATTRIBUTE_WARN_UNUSED_RET int hmac(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, const u8 *input, u32 ilen, u8 *output, u8 *outlen);
crypto/libecc/include/libecc/hash/hmac.h
34
ATTRIBUTE_WARN_UNUSED_RET int hmac_scattered(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, const u8 **inputs, const u32 *ilens, u8 *output, u8 *outlen);
crypto/libecc/include/libecc/sig/bip0340.h
49
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/bip0340.h
69
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/include/libecc/sig/ecfsdsa.h
89
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/include/libecc/sig/eddsa.h
130
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/include/libecc/sig/eddsa.h
93
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/sig_algs.h
100
hash_alg_type * hash_type,
crypto/libecc/include/libecc/sig/sig_algs.h
106
hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/sig_algs.h
45
hash_alg_type hash_type, u8 *siglen);
crypto/libecc/include/libecc/sig/sig_algs.h
52
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/sig_algs.h
56
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/sig_algs.h
66
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/sig_algs.h
71
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/sig_algs.h
78
hash_alg_type hash_type, const u8 *adata, u16 adata_len);
crypto/libecc/include/libecc/sig/sig_algs.h
87
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/sig_algs.h
92
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/include/libecc/sig/sig_algs_internal.h
241
ec_alg_type sig_type, hash_alg_type hash_type, const u8 *adata, u16 adata_len);
crypto/libecc/include/libecc/sig/sig_algs_internal.h
244
hash_alg_type hash_type, const u8 *adata, u16 adata_len);
crypto/libecc/include/libecc/sig/sig_algs_internal.h
271
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/include/libecc/sig/sig_algs_internal.h
67
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/include/libecc/sig/sig_algs_internal.h
77
hash_alg_type hash_type, const u8 *adata, u16 adata_len);
crypto/libecc/include/libecc/sig/sig_algs_internal.h
80
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/examples/hash/hash.c
14
ATTRIBUTE_WARN_UNUSED_RET static int get_libecc_hash(gen_hash_alg_type gen_hash_type, hash_alg_type *hash_type, const hash_mapping **hm, u8 *hlen, u8 *block_size)
crypto/libecc/src/examples/hash/hash.c
17
hash_alg_type htype = UNKNOWN_HASH_ALG;
crypto/libecc/src/examples/hash/hash.c
223
hash_alg_type hash_type;
crypto/libecc/src/examples/hash/hash.c
277
hash_alg_type hash_type;
crypto/libecc/src/examples/hash/hash.c
348
hash_alg_type hash_type;
crypto/libecc/src/examples/hash/hash.c
401
hash_alg_type hash_type;
crypto/libecc/src/examples/hash/hash.c
454
hash_alg_type hash_type;
crypto/libecc/src/hash/hash_algs.c
52
ATTRIBUTE_WARN_UNUSED_RET int get_hash_by_type(hash_alg_type hash_type, const hash_mapping **hm)
crypto/libecc/src/hash/hash_algs.c
80
ATTRIBUTE_WARN_UNUSED_RET int get_hash_sizes(hash_alg_type hash_type, u8 *digest_size, u8 *block_size)
crypto/libecc/src/hash/hmac.c
136
int hmac(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type,
crypto/libecc/src/hash/hmac.c
154
int hmac_scattered(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type,
crypto/libecc/src/hash/hmac.c
17
hash_alg_type hash_type)
crypto/libecc/src/sig/bip0340.c
1029
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/sig/bip0340.c
1298
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/sig/bip0340.c
163
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/bip0340.c
810
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len)
crypto/libecc/src/sig/ecdsa_common.c
50
hash_alg_type hash_type)
crypto/libecc/src/sig/ecfsdsa.c
1059
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/sig/ecfsdsa.c
659
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len)
crypto/libecc/src/sig/ecfsdsa.c
841
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/sig/eddsa.c
1056
hash_alg_type hash_type;
crypto/libecc/src/sig/eddsa.c
128
ATTRIBUTE_WARN_UNUSED_RET static inline hash_alg_type get_eddsa_hash_type(ec_alg_type sig_type){
crypto/libecc/src/sig/eddsa.c
129
hash_alg_type hash_type = UNKNOWN_HASH_ALG;
crypto/libecc/src/sig/eddsa.c
1559
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/eddsa.c
2283
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len)
crypto/libecc/src/sig/eddsa.c
2585
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/sig/eddsa.c
2909
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/sig/eddsa.c
312
hash_alg_type hash_type;
crypto/libecc/src/sig/eddsa.c
576
hash_alg_type hash_type = UNKNOWN_HASH_ALG;
crypto/libecc/src/sig/eddsa.c
619
hash_alg_type hash_type = UNKNOWN_HASH_ALG;
crypto/libecc/src/sig/eddsa.c
701
hash_alg_type hash_type = UNKNOWN_HASH_ALG;
crypto/libecc/src/sig/eddsa.c
745
hash_alg_type hash_type = UNKNOWN_HASH_ALG;
crypto/libecc/src/sig/eddsa.c
796
hash_alg_type hash_type;
crypto/libecc/src/sig/sig_algs.c
250
hash_alg_type hash_type, u8 *siglen)
crypto/libecc/src/sig/sig_algs.c
297
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
389
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
457
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
476
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
499
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
513
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
640
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
657
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
677
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/sig/sig_algs.c
705
hash_alg_type * hash_type,
crypto/libecc/src/sig/sig_algs.c
724
*hash_type = (hash_alg_type)out_buf[1];
crypto/libecc/src/sig/sig_algs.c
743
hash_alg_type hash_type,
crypto/libecc/src/sig/sig_algs.c
852
hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
crypto/libecc/src/sig/sm2.c
137
const ec_pub_key *pub_key, hash_alg_type hash_type)
crypto/libecc/src/tests/ec_self_tests_core.c
126
ec_alg_type sig_type, hash_alg_type hash_type, const u8 *adata, u16 adata_len)
crypto/libecc/src/tests/ec_self_tests_core.c
175
ec_alg_type sig_type, hash_alg_type hash_type, const u8 *adata, u16 adata_len)
crypto/libecc/src/tests/ec_self_tests_core.h
37
hash_alg_type hash_type;
crypto/libecc/src/tests/ec_self_tests_core.h
5712
hash_alg_type htype = c->hash_type;
crypto/libecc/src/tests/ec_utils.c
1017
hash_alg_type stored_hash_type;
crypto/libecc/src/tests/ec_utils.c
1020
hash_alg_type hash_type;
crypto/libecc/src/tests/ec_utils.c
171
const char *hash_name, hash_alg_type * hash_type)
crypto/libecc/src/tests/ec_utils.c
372
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/tests/ec_utils.c
662
hash_alg_type hash_type;
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
137
hash_alg_type hash;
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
33
hash_alg_type hash;
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
58
hash_alg_type hash;
usr.sbin/pkg/ecc.c
58
hash_alg_type sig_hash;