Home
last modified time | relevance | path

Searched refs:dsa_do_sign (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/dsa/
H A Ddsa_meth.c106 return dsam->dsa_do_sign; in DSA_meth_get_sign()
112 dsam->dsa_do_sign = sign; in DSA_meth_set_sign()
H A Ddsa_local.h48 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa); member
H A Ddsa_ossl.c28 static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
44 dsa_do_sign,
204 static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa) in dsa_do_sign() function
H A Ddsa_sign.c24 return dsa->meth->dsa_do_sign(dgst, dlen, dsa); in DSA_do_sign()

Completed in 10 milliseconds