Home
last modified time | relevance | path

Searched refs:ecc_verify_hash_ex (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h305 ecc_verify_hash_ex(sig_, siglen_, hash_, hashlen_, LTC_ECCSIG_RFC7518, stat_, key_)
308 ecc_verify_hash_ex(sig_, siglen_, hash_, hashlen_, LTC_ECCSIG_ANSIX962, stat_, key_)
315 int ecc_verify_hash_ex(const unsigned char *sig, unsigned long siglen,
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_verify_hash.c24 int ecc_verify_hash_ex(const unsigned char *sig, unsigned long siglen, in ecc_verify_hash_ex() function