Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_recover_key.c28 int recid, ecc_signature_type sigformat, ecc_key *key) in ecc_recover_key() argument
99 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()
A Decc_sign_hash.c29 int *recid, const ecc_key *key) in ecc_sign_hash_ex() argument
81 if (recid || sigformat==LTC_ECCSIG_ETH27) { in ecc_sign_hash_ex()
116 if (recid) *recid = v; in ecc_sign_hash_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h311 int *recid, const ecc_key *key);
319 int recid, ecc_signature_type sigformat, ecc_key *key);

Completed in 6 milliseconds