Searched refs:dsa_sign_hash_raw (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_sign_hash.c | 23 int dsa_sign_hash_raw(const unsigned char *in, unsigned long inlen, in dsa_sign_hash_raw() function 128 if ((err = dsa_sign_hash_raw(in, inlen, r, s, prng, wprng, key)) != CRYPT_OK) { in dsa_sign_hash()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | dsa.c | 143 ltc_res = dsa_sign_hash_raw(msg, msg_len, r, s, NULL, in crypto_acipher_dsa_sign()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 455 int dsa_sign_hash_raw(const unsigned char *in, unsigned long inlen,
|