Searched defs:pub_keys (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/libecc/src/sig/ |
H A D | ecfsdsa.c | 657 …tic int _ecfsdsa_verify_batch_no_memory(const u8 **s, const u8 *s_len, const ec_pub_key **pub_keys, in _ecfsdsa_verify_batch_no_memory() 839 static int _ecfsdsa_verify_batch(const u8 **s, const u8 *s_len, const ec_pub_key **pub_keys, in _ecfsdsa_verify_batch() 1057 int ecfsdsa_verify_batch(const u8 **s, const u8 *s_len, const ec_pub_key **pub_keys, in ecfsdsa_verify_batch()
|
H A D | bip0340.c | 759 const ec_pub_key **pub_keys, in _bip0340_compute_batch_csprng_seed() 808 …tic int _bip0340_verify_batch_no_memory(const u8 **s, const u8 *s_len, const ec_pub_key **pub_keys, in _bip0340_verify_batch_no_memory() 1027 static int _bip0340_verify_batch(const u8 **s, const u8 *s_len, const ec_pub_key **pub_keys, in _bip0340_verify_batch() 1296 int bip0340_verify_batch(const u8 **s, const u8 *s_len, const ec_pub_key **pub_keys, in bip0340_verify_batch()
|
H A D | sig_algs.c | 675 int ec_verify_batch(const u8 **s, const u8 *s_len, const ec_pub_key **pub_keys, in ec_verify_batch() 850 int unsupported_verify_batch(const u8 **s, const u8 *s_len, const ec_pub_key **pub_keys, in unsupported_verify_batch()
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_self_tests_core.c | 379 const ec_pub_key *pub_keys[] = { &(kp.pub_key) }; in ec_import_export_test() local 709 const ec_pub_key *pub_keys[] = { pub_key }; in ec_test_verify() local 1709 const ec_pub_key *pub_keys[PERF_BATCH_VERIFICATION]; local
|