Searched refs:ECRDSA (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/libecc/src/sig/ |
H A D | ecrdsa.c | 82 ret = priv_key_check_initialized_and_type(in_priv, ECRDSA); EG(ret, err); in ecrdsa_init_pub_key() 93 out_pub->key_type = ECRDSA; in ecrdsa_init_pub_key() 157 ret = key_pair_check_initialized_and_type(ctx->key_pair, ECRDSA); EG(ret, err); in _ecrdsa_sign_init() 431 ret = pub_key_check_initialized_and_type(ctx->pub_key, ECRDSA); EG(ret, err); in _ecrdsa_verify_init()
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | lib_ecc_types.h | 43 ECRDSA = 7, enumerator
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_self_tests_core.h | 4011 .sig_type = ECRDSA, 4086 .sig_type = ECRDSA, 4183 .sig_type = ECRDSA, 4259 .sig_type = ECRDSA, 4322 .sig_type = ECRDSA, 4401 .sig_type = ECRDSA, 4502 .sig_type = ECRDSA, 4574 .sig_type = ECRDSA, 4662 .sig_type = ECRDSA,
|
H A D | ec_self_tests_core.c | 461 if(c->sig_type == ECRDSA){ in ec_import_export_test() 491 if(c->sig_type == ECRDSA){ in ec_import_export_test() 508 if(c->sig_type == ECRDSA){ in ec_import_export_test() 877 if(c->sig_type == ECRDSA){ 951 if(c->sig_type == ECRDSA){ 992 if(c->sig_type == ECRDSA){ 1290 if(cur_test->sig_type == ECRDSA){ 1485 if(t.sig_type == ECRDSA){
|
/freebsd/crypto/libecc/ |
H A D | meson.options | 22 …, type: 'boolean', value: false, description: 'ISO14888-3 version of the ECRDSA algorithm with dis…
|
H A D | README.md | 34 * Core ISO 14888-3:2018 algorithms: ECDSA, ECKCDSA, ECGDSA, ECRDSA, EC{,O}SDSA, ECFSDSA, SM2. 103 Regarding the specific case of ECRDSA (the Russian standard), libecc implements by default the 1180 >ECFSDSA, ECGDSA, ECRDSA, ECOSDSA). It exposes a sign and
|
/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | sig_algs_internal.h | 407 {.type = ECRDSA,
|