Home
last modified time | relevance | path

Searched refs:DSA_verify (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/dsa/
Ddsa_test.c245 if (DSA_verify(0, fips_digest, sizeof(fips_digest), sig, siglen, dsa) == 1) { in test_generate()
264 int ret = DSA_verify(0, fips_digest, sizeof(fips_digest), sig, sig_len, dsa); in test_verify()
Ddsa.c703 int DSA_verify(int type, const uint8_t *digest, size_t digest_len, in DSA_verify() function
/external/boringssl/src/include/openssl/
Ddsa.h200 OPENSSL_EXPORT int DSA_verify(int type, const uint8_t *digest,