Home
last modified time | relevance | path

Searched refs:recid (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Decc_recover_key.c35 int recid, ecc_signature_type sigformat, ecc_key *key) in ecc_recover_key() argument
106 if (recid >= 0 && ((unsigned long)recid != i)) { in ecc_recover_key()
111 recid = i; in ecc_recover_key()
142 if (recid < 0 || (unsigned long)recid >= 2*(key->dp.cofactor+1)) { in ecc_recover_key()
176 …if ((err = mp_set(x, recid/2)) != CRYPT_OK) … in ecc_recover_key()
192 if ((mp_isodd(t2) && (recid%2)) || (!mp_isodd(t2) && !(recid%2))) { in ecc_recover_key()
A Decc_sign_hash.c36 int *recid, const ecc_key *key) in ecc_sign_hash_ex() argument
88 if (recid || sigformat==LTC_ECCSIG_ETH27) { in ecc_sign_hash_ex()
123 if (recid) *recid = v; in ecc_sign_hash_ex()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h318 int *recid, const ecc_key *key);
326 int recid, ecc_signature_type sigformat, ecc_key *key);

Completed in 6 milliseconds