Searched refs:dsa_verify_hash_raw (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_verify_hash.c | 23 int dsa_verify_hash_raw( void *r, void *s, in dsa_verify_hash_raw() function 119 err = dsa_verify_hash_raw(r, s, hash, hashlen, stat, key); in dsa_verify_hash()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | dsa.c | 194 ltc_res = dsa_verify_hash_raw(r, s, msg, msg_len, <c_stat, <c_key); in crypto_acipher_dsa_verify()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 463 int dsa_verify_hash_raw( void *r, void *s,
|