Home
last modified time | relevance | path

Searched refs:hash_alg_type (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs.h45 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 Dbip0340.h49 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 Dsig_algs_internal.h67 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 Deddsa.h93 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 Decfsdsa.h89 hash_alg_type hash_type, const u8 **adata, const u16 *adata_len,
/freebsd/crypto/libecc/src/wycheproof_tests/
H A Dlibecc_wycheproof.h33 hash_alg_type hash;
58 hash_alg_type hash;
137 hash_alg_type hash;
/freebsd/crypto/libecc/include/libecc/hash/
H A Dhmac.h26 …_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 Dhash_algs.h233 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 Dsig_algs.c250 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 Deddsa.c128 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 Decfsdsa.c659 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 Dbip0340.c163 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 Dsm2.c137 const ec_pub_key *pub_key, hash_alg_type hash_type) in sm2_compute_Z()
H A Decdsa_common.c50 hash_alg_type hash_type) in __ecdsa_rfc6979_nonce()
/freebsd/crypto/libecc/src/examples/hash/
H A Dhash.c14 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 Dhmac.c17 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 Dhash_algs.c52 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 Dlib_ecc_types.h144 } hash_alg_type; typedef
/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c171 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 Dec_self_tests_core.c126 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 Dec_self_tests_core.h37 hash_alg_type hash_type;
5712 hash_alg_type htype = c->hash_type; in encode_error_value()
/freebsd/usr.sbin/pkg/
H A Decc.c58 hash_alg_type sig_hash;