Searched refs:recid (Results 1 – 3 of 3) sorted by relevance
28 int recid, ecc_signature_type sigformat, ecc_key *key) in ecc_recover_key() argument99 if (recid >= 0 && ((unsigned long)recid != i)) { in ecc_recover_key()104 recid = i; in ecc_recover_key()136 if (recid < 0 || (unsigned long)recid >= 2*(key->dp.cofactor+1)) { in ecc_recover_key()170 …if ((err = mp_set(x, recid/2)) != CRYPT_OK) … in ecc_recover_key()186 if ((mp_isodd(t2) && (recid%2)) || (!mp_isodd(t2) && !(recid%2))) { in ecc_recover_key()
29 int *recid, const ecc_key *key) in ecc_sign_hash_ex() argument81 if (recid || sigformat==LTC_ECCSIG_ETH27) { in ecc_sign_hash_ex()116 if (recid) *recid = v; in ecc_sign_hash_ex()
311 int *recid, const ecc_key *key);319 int recid, ecc_signature_type sigformat, ecc_key *key);
Completed in 6 milliseconds