Symbol: ec_alg_type
crypto/libecc/include/libecc/sig/bign_common.h
71
ATTRIBUTE_WARN_UNUSED_RET int __bign_init_pub_key(ec_pub_key *out_pub, const ec_priv_key *in_priv, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/bign_common.h
75
ATTRIBUTE_WARN_UNUSED_RET int __bign_sign_init(struct ec_sign_context *ctx, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/bign_common.h
78
const u8 *chunk, u32 chunklen, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/bign_common.h
80
ATTRIBUTE_WARN_UNUSED_RET int __bign_sign_finalize(struct ec_sign_context *ctx, u8 *sig, u8 siglen, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/bign_common.h
93
const u8 *sig, u8 siglen, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/bign_common.h
96
const u8 *chunk, u32 chunklen, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/bign_common.h
98
ATTRIBUTE_WARN_UNUSED_RET int __bign_verify_finalize(struct ec_verify_context *ctx, ec_alg_type key_type);
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
68
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/include/libecc/sig/ec_key.h
102
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
110
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
122
ec_alg_type key_type;
crypto/libecc/include/libecc/sig/ec_key.h
147
ec_alg_type sig_type);
crypto/libecc/include/libecc/sig/ec_key.h
151
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
157
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
166
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
182
ec_alg_type sig_type);
crypto/libecc/include/libecc/sig/ec_key.h
187
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
189
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
195
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
212
ec_alg_type ec_key_alg);
crypto/libecc/include/libecc/sig/ec_key.h
42
ec_alg_type key_type;
crypto/libecc/include/libecc/sig/ec_key.h
97
ec_alg_type sig_type);
crypto/libecc/include/libecc/sig/ecdsa_common.h
55
ATTRIBUTE_WARN_UNUSED_RET int __ecdsa_init_pub_key(ec_pub_key *out_pub, const ec_priv_key *in_priv, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecdsa_common.h
59
ATTRIBUTE_WARN_UNUSED_RET int __ecdsa_sign_init(struct ec_sign_context *ctx, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecdsa_common.h
62
const u8 *chunk, u32 chunklen, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecdsa_common.h
64
ATTRIBUTE_WARN_UNUSED_RET int __ecdsa_sign_finalize(struct ec_sign_context *ctx, u8 *sig, u8 siglen, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecdsa_common.h
76
const u8 *sig, u8 siglen, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecdsa_common.h
79
const u8 *chunk, u32 chunklen, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecdsa_common.h
81
ATTRIBUTE_WARN_UNUSED_RET int __ecdsa_verify_finalize(struct ec_verify_context *ctx, ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecdsa_common.h
85
ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecfsdsa.h
88
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/include/libecc/sig/ecsdsa_common.h
33
ec_alg_type key_type);
crypto/libecc/include/libecc/sig/ecsdsa_common.h
38
ec_alg_type key_type, int optimized);
crypto/libecc/include/libecc/sig/ecsdsa_common.h
45
ec_alg_type key_type, int optimized);
crypto/libecc/include/libecc/sig/eddsa.h
118
ec_alg_type sig_type);
crypto/libecc/include/libecc/sig/eddsa.h
121
ec_alg_type sig_type);
crypto/libecc/include/libecc/sig/eddsa.h
126
ec_alg_type sig_type);
crypto/libecc/include/libecc/sig/eddsa.h
129
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
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
105
ec_alg_type sig_type,
crypto/libecc/include/libecc/sig/sig_algs.h
33
ATTRIBUTE_WARN_UNUSED_RET int get_sig_by_type(ec_alg_type sig_type, const ec_sig_mapping **sig_mapping);
crypto/libecc/include/libecc/sig/sig_algs.h
44
ATTRIBUTE_WARN_UNUSED_RET int ec_get_sig_len(const ec_params *params, ec_alg_type sig_type,
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
77
const u8 *sig, u8 siglen, ec_alg_type sig_type,
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
91
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/include/libecc/sig/sig_algs.h
99
ec_alg_type * sig_type,
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
243
const u8 *m, u32 mlen, ec_alg_type sig_type,
crypto/libecc/include/libecc/sig/sig_algs_internal.h
255
ATTRIBUTE_WARN_UNUSED_RET int is_sign_streaming_mode_supported(ec_alg_type sig_type, int *check);
crypto/libecc/include/libecc/sig/sig_algs_internal.h
263
ATTRIBUTE_WARN_UNUSED_RET int is_verify_streaming_mode_supported(ec_alg_type sig_type, int *check);
crypto/libecc/include/libecc/sig/sig_algs_internal.h
265
ATTRIBUTE_WARN_UNUSED_RET int is_sign_deterministic(ec_alg_type sig_type, int *check);
crypto/libecc/include/libecc/sig/sig_algs_internal.h
267
ATTRIBUTE_WARN_UNUSED_RET int is_verify_batch_mode_supported(ec_alg_type sig_type, int *check);
crypto/libecc/include/libecc/sig/sig_algs_internal.h
270
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/include/libecc/sig/sig_algs_internal.h
52
ec_alg_type type;
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
76
const u8 *m, u32 mlen, ec_alg_type sig_type,
crypto/libecc/include/libecc/sig/sig_algs_internal.h
79
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/bign_common.c
346
ec_alg_type key_type)
crypto/libecc/src/sig/bign_common.c
410
int __bign_sign_init(struct ec_sign_context *ctx, ec_alg_type key_type)
crypto/libecc/src/sig/bign_common.c
443
const u8 *chunk, u32 chunklen, ec_alg_type key_type)
crypto/libecc/src/sig/bign_common.c
469
ec_alg_type key_type)
crypto/libecc/src/sig/bign_common.c
743
ec_alg_type key_type)
crypto/libecc/src/sig/bign_common.c
818
const u8 *chunk, u32 chunklen, ec_alg_type key_type)
crypto/libecc/src/sig/bign_common.c
843
ec_alg_type key_type)
crypto/libecc/src/sig/bip0340.c
1028
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/bip0340.c
1046
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/bip0340.c
1297
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/bip0340.c
163
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/bip0340.c
809
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/bip0340.c
826
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/ec_key.c
121
ec_alg_type alg_type)
crypto/libecc/src/sig/ec_key.c
141
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ec_key.c
183
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ec_key.c
271
ec_alg_type alg_type)
crypto/libecc/src/sig/ec_key.c
292
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ec_key.c
316
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ec_key.c
39
ec_alg_type alg_type)
crypto/libecc/src/sig/ec_key.c
413
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ec_key.c
512
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ec_key.c
571
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ec_key.c
59
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ec_key.c
595
ec_alg_type ec_key_alg)
crypto/libecc/src/sig/ecdsa_common.c
173
ec_alg_type key_type)
crypto/libecc/src/sig/ecdsa_common.c
265
int __ecdsa_sign_init(struct ec_sign_context *ctx, ec_alg_type key_type)
crypto/libecc/src/sig/ecdsa_common.c
293
const u8 *chunk, u32 chunklen, ec_alg_type key_type)
crypto/libecc/src/sig/ecdsa_common.c
319
ec_alg_type key_type)
crypto/libecc/src/sig/ecdsa_common.c
620
ec_alg_type key_type)
crypto/libecc/src/sig/ecdsa_common.c
678
const u8 *chunk, u32 chunklen, ec_alg_type key_type)
crypto/libecc/src/sig/ecdsa_common.c
703
ec_alg_type key_type)
crypto/libecc/src/sig/ecdsa_common.c
869
ec_alg_type key_type)
crypto/libecc/src/sig/ecfsdsa.c
1058
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/ecfsdsa.c
658
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/ecfsdsa.c
673
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/ecfsdsa.c
840
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/ecfsdsa.c
856
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/ecsdsa_common.c
142
ec_alg_type key_type, int optimized)
crypto/libecc/src/sig/ecsdsa_common.c
36
ec_alg_type key_type)
crypto/libecc/src/sig/ecsdsa_common.c
427
ec_alg_type key_type, int optimized)
crypto/libecc/src/sig/eddsa.c
1034
ec_alg_type sig_type)
crypto/libecc/src/sig/eddsa.c
1054
ec_alg_type sig_type)
crypto/libecc/src/sig/eddsa.c
1118
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/eddsa.c
1180
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/eddsa.c
1244
ec_alg_type key_type = UNKNOWN_ALG;
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
1559
ec_alg_type sig_type, hash_alg_type hash_type,
crypto/libecc/src/sig/eddsa.c
1563
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/eddsa.c
159
ATTRIBUTE_WARN_UNUSED_RET static int eddsa_key_type_check_curve(ec_alg_type key_type,
crypto/libecc/src/sig/eddsa.c
1936
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/eddsa.c
2077
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/eddsa.c
2138
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/eddsa.c
2282
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/eddsa.c
2306
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/eddsa.c
2584
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/eddsa.c
2608
ec_alg_type key_type = UNKNOWN_ALG;
crypto/libecc/src/sig/eddsa.c
2908
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/eddsa.c
336
ec_alg_type sig_alg)
crypto/libecc/src/sig/eddsa.c
429
ec_alg_type sig_type)
crypto/libecc/src/sig/eddsa.c
742
ec_alg_type sig_type)
crypto/libecc/src/sig/eddsa.c
867
ec_alg_type sig_type)
crypto/libecc/src/sig/eddsa.c
977
ec_alg_type sig_type;
crypto/libecc/src/sig/sig_algs.c
133
int get_sig_by_type(ec_alg_type sig_type, const ec_sig_mapping **sig_mapping)
crypto/libecc/src/sig/sig_algs.c
249
int ec_get_sig_len(const ec_params *params, ec_alg_type sig_type,
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
676
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/sig_algs.c
704
ec_alg_type * sig_type,
crypto/libecc/src/sig/sig_algs.c
723
*sig_type = (ec_alg_type)out_buf[0];
crypto/libecc/src/sig/sig_algs.c
742
ec_alg_type sig_type,
crypto/libecc/src/sig/sig_algs.c
851
const u8 **m, const u32 *m_len, u32 num, ec_alg_type sig_type,
crypto/libecc/src/sig/sig_algs.c
879
int is_sign_streaming_mode_supported(ec_alg_type sig_type, int *check)
crypto/libecc/src/sig/sig_algs.c
908
int is_verify_streaming_mode_supported(ec_alg_type sig_type, int *check)
crypto/libecc/src/sig/sig_algs.c
937
int is_verify_batch_mode_supported(ec_alg_type sig_type, int *check)
crypto/libecc/src/sig/sig_algs.c
967
int is_sign_deterministic(ec_alg_type sig_type, int *check)
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
44
ec_alg_type sig_type;
crypto/libecc/src/tests/ec_self_tests_core.h
5711
ec_alg_type stype = c->sig_type;
crypto/libecc/src/tests/ec_self_tests_core.h
5734
ec_alg_type stype = c->ecdh_type;
crypto/libecc/src/tests/ec_self_tests_core.h
59
ec_alg_type ecdh_type;
crypto/libecc/src/tests/ec_utils.c
1016
ec_alg_type stored_sig_type;
crypto/libecc/src/tests/ec_utils.c
1019
ec_alg_type sig_type;
crypto/libecc/src/tests/ec_utils.c
169
ec_alg_type * sig_type,
crypto/libecc/src/tests/ec_utils.c
239
ec_alg_type sig_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
604
ATTRIBUTE_WARN_UNUSED_RET static int check_ancillary_data(const char *adata, ec_alg_type sig_type, const char *sig_name, int *check)
crypto/libecc/src/tests/ec_utils.c
661
ec_alg_type sig_type;
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
110
ec_alg_type ecdh_alg;
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
31
ec_alg_type sig_alg;
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
56
ec_alg_type sig_alg;
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
84
ec_alg_type xdh_alg;
usr.sbin/pkg/ecc.c
57
ec_alg_type sig_alg;