Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h254 } ecc_signature_type; typedef
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);
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_sign_hash.c28 prng_state *prng, int wprng, ecc_signature_type sigformat, in ecc_sign_hash_ex()
H A Decc_verify_hash.c26 ecc_signature_type sigformat, int *stat, const ecc_key *key) in ecc_verify_hash_ex()
H A Decc_recover_key.c28 int recid, ecc_signature_type sigformat, ecc_key *key) in ecc_recover_key()