Home
last modified time | relevance | path

Searched refs:sigformat (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_sign_hash.c28 prng_state *prng, int wprng, ecc_signature_type sigformat, in ecc_sign_hash_ex() argument
81 if (recid || sigformat==LTC_ECCSIG_ETH27) { in ecc_sign_hash_ex()
118 if (sigformat == LTC_ECCSIG_ANSIX962) { in ecc_sign_hash_ex()
125 else if (sigformat == LTC_ECCSIG_RFC7518) { in ecc_sign_hash_ex()
136 else if (sigformat == LTC_ECCSIG_ETH27) { in ecc_sign_hash_ex()
153 else if (sigformat == LTC_ECCSIG_RFC5656) { in ecc_sign_hash_ex()
A Decc_verify_hash.c26 ecc_signature_type sigformat, int *stat, const ecc_key *key) in ecc_verify_hash_ex() argument
64 if (sigformat == LTC_ECCSIG_ANSIX962) { in ecc_verify_hash_ex()
71 else if (sigformat == LTC_ECCSIG_RFC7518) { in ecc_verify_hash_ex()
81 else if (sigformat == LTC_ECCSIG_ETH27) { in ecc_verify_hash_ex()
95 else if (sigformat == LTC_ECCSIG_RFC5656) { in ecc_verify_hash_ex()
A Decc_recover_key.c28 int recid, ecc_signature_type sigformat, ecc_key *key) in ecc_recover_key() argument
70 if (sigformat == LTC_ECCSIG_ANSIX962) { in ecc_recover_key()
77 else if (sigformat == LTC_ECCSIG_RFC7518) { in ecc_recover_key()
87 else if (sigformat == LTC_ECCSIG_ETH27) { in ecc_recover_key()
109 else if (sigformat == LTC_ECCSIG_RFC5656) { in ecc_recover_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h310 prng_state *prng, int wprng, ecc_signature_type sigformat,
315 ecc_signature_type sigformat, int *stat, const ecc_key *key);
319 int recid, ecc_signature_type sigformat, ecc_key *key);

Completed in 5 milliseconds