Home
last modified time | relevance | path

Searched defs:dsa_verify (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/signature/
H A Ddsa_sig.c41 static OSSL_FUNC_signature_verify_fn dsa_verify; variable
262 static int dsa_verify(void *vpdsactx, const unsigned char *sig, size_t siglen, in dsa_verify() function
/freebsd/crypto/libecc/src/examples/sig/dsa/
H A Ddsa.c352 int dsa_verify(const dsa_pub_key *pub, const u8 *msg, u32 msglen, in dsa_verify() function