/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | sig_algs.h | 45 hash_alg_type hash_type, u8 *siglen); 52 ec_alg_type sig_type, hash_alg_type hash_type, 56 ec_alg_type sig_type, hash_alg_type hash_type, 66 ec_alg_type sig_type, hash_alg_type hash_type, 71 ec_alg_type sig_type, hash_alg_type hash_type, 78 hash_alg_type hash_type, const u8 *adata, u16 adata_len); 87 ec_alg_type sig_type, hash_alg_type hash_type, 92 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len, 100 hash_alg_type * hash_type, 106 hash_alg_type hash_type,
|
H A D | bip0340.h | 49 ec_alg_type sig_type, hash_alg_type hash_type, 69 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
|
H A D | sig_algs_internal.h | 67 ec_alg_type sig_type, hash_alg_type hash_type, 77 hash_alg_type hash_type, const u8 *adata, u16 adata_len); 80 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len, 241 ec_alg_type sig_type, hash_alg_type hash_type, const u8 *adata, u16 adata_len); 244 hash_alg_type hash_type, const u8 *adata, u16 adata_len); 271 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
|
H A D | eddsa.h | 93 ec_alg_type sig_type, hash_alg_type hash_type, 130 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
|
H A D | ecfsdsa.h | 89 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
|
/freebsd/crypto/libecc/src/wycheproof_tests/ |
H A D | libecc_wycheproof.h | 33 hash_alg_type hash; 58 hash_alg_type hash; 137 hash_alg_type hash;
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | hmac.h | 26 …_RET int hmac_init(hmac_context *ctx, const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type); 32 ATTRIBUTE_WARN_UNUSED_RET int hmac(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, con… 34 ATTRIBUTE_WARN_UNUSED_RET int hmac_scattered(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash…
|
H A D | hash_algs.h | 233 hash_alg_type type; 550 ATTRIBUTE_WARN_UNUSED_RET int get_hash_by_type(hash_alg_type hash_type, const hash_mapping **hm); 551 ATTRIBUTE_WARN_UNUSED_RET int get_hash_sizes(hash_alg_type hash_type, u8 *digest_size, u8 *block_si…
|
/freebsd/crypto/libecc/src/sig/ |
H A D | sig_algs.c | 250 hash_alg_type hash_type, u8 *siglen) in ec_get_sig_len() 297 ec_alg_type sig_type, hash_alg_type hash_type, in _ec_sign_init() 389 ec_alg_type sig_type, hash_alg_type hash_type, in ec_sign_init() 457 ec_alg_type sig_type, hash_alg_type hash_type, in generic_ec_sign() 476 ec_alg_type sig_type, hash_alg_type hash_type, in _ec_sign() 499 ec_alg_type sig_type, hash_alg_type hash_type, in ec_sign() 513 ec_alg_type sig_type, hash_alg_type hash_type, in ec_verify_init() 640 ec_alg_type sig_type, hash_alg_type hash_type, in generic_ec_verify() 657 ec_alg_type sig_type, hash_alg_type hash_type, in ec_verify() 677 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len, in ec_verify_batch() [all …]
|
H A D | eddsa.c | 128 ATTRIBUTE_WARN_UNUSED_RET static inline hash_alg_type get_eddsa_hash_type(ec_alg_type sig_type){ in get_eddsa_hash_type() 129 hash_alg_type hash_type = UNKNOWN_HASH_ALG; in get_eddsa_hash_type() 312 hash_alg_type hash_type; in eddsa_get_digest_from_priv_key() 576 hash_alg_type hash_type = UNKNOWN_HASH_ALG; in eddsa_derive_priv_key_hash() 619 hash_alg_type hash_type = UNKNOWN_HASH_ALG; in eddsa_derive_priv_key() 701 hash_alg_type hash_type = UNKNOWN_HASH_ALG; in eddsa_gen_priv_key() 745 hash_alg_type hash_type = UNKNOWN_HASH_ALG; in eddsa_import_priv_key() 796 hash_alg_type hash_type; in eddsa_init_pub_key() 1056 hash_alg_type hash_type; 1559 ec_alg_type sig_type, hash_alg_type hash_type, [all …]
|
H A D | ecfsdsa.c | 659 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len) in _ecfsdsa_verify_batch_no_memory() 841 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len, in _ecfsdsa_verify_batch() 1059 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len, in ecfsdsa_verify_batch()
|
H A D | bip0340.c | 163 ec_alg_type sig_type, hash_alg_type hash_type, in _bip0340_sign() 810 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len) in _bip0340_verify_batch_no_memory() 1029 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len, in _bip0340_verify_batch() 1298 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len, in bip0340_verify_batch()
|
H A D | sm2.c | 137 const ec_pub_key *pub_key, hash_alg_type hash_type) in sm2_compute_Z()
|
H A D | ecdsa_common.c | 50 hash_alg_type hash_type) in __ecdsa_rfc6979_nonce()
|
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | hash.c | 14 ATTRIBUTE_WARN_UNUSED_RET static int get_libecc_hash(gen_hash_alg_type gen_hash_type, hash_alg_type… in get_libecc_hash() 17 hash_alg_type htype = UNKNOWN_HASH_ALG; in get_libecc_hash() 223 hash_alg_type hash_type; in gen_hash_get_hash_sizes() 277 hash_alg_type hash_type; in gen_hash_hfunc_scattered() 348 hash_alg_type hash_type; in gen_hash_init() 401 hash_alg_type hash_type; in gen_hash_update() 454 hash_alg_type hash_type; in gen_hash_final()
|
/freebsd/crypto/libecc/src/hash/ |
H A D | hmac.c | 17 hash_alg_type hash_type) in hmac_init() 136 int hmac(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, in hmac() 154 int hmac_scattered(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, in hmac_scattered()
|
H A D | hash_algs.c | 52 ATTRIBUTE_WARN_UNUSED_RET int get_hash_by_type(hash_alg_type hash_type, const hash_mapping **hm) in get_hash_by_type() 80 ATTRIBUTE_WARN_UNUSED_RET int get_hash_sizes(hash_alg_type hash_type, u8 *digest_size, u8 *block_si… in get_hash_sizes()
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | lib_ecc_types.h | 144 } hash_alg_type; typedef
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_utils.c | 171 const char *hash_name, hash_alg_type * hash_type) in string_to_params() 372 ec_alg_type sig_type, hash_alg_type hash_type, in store_sig() 662 hash_alg_type hash_type; in sign_bin_file() 1017 hash_alg_type stored_hash_type; in verify_bin_file() 1020 hash_alg_type hash_type; in verify_bin_file()
|
H A D | ec_self_tests_core.c | 126 ec_alg_type sig_type, hash_alg_type hash_type, const u8 *adata, u16 adata_len) in random_split_ec_sign() 175 ec_alg_type sig_type, hash_alg_type hash_type, const u8 *adata, u16 adata_len) in random_split_ec_verify()
|
H A D | ec_self_tests_core.h | 37 hash_alg_type hash_type; 5712 hash_alg_type htype = c->hash_type; in encode_error_value()
|
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 58 hash_alg_type sig_hash;
|