Searched refs:sigformat (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_sign_hash.c | 28 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()
|
| H A D | ecc_verify_hash.c | 26 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()
|
| H A D | ecc_recover_key.c | 28 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/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 312 prng_state *prng, int wprng, ecc_signature_type sigformat, 317 ecc_signature_type sigformat, int *stat, const ecc_key *key); 321 int recid, ecc_signature_type sigformat, ecc_key *key);
|