Home | History | Annotate | Download | only in ecdsa

Lines Matching refs:dgst

118  * \param dgst pointer to the hash value
123 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
128 * \param dgst pointer to the hash value to sign
136 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen,
142 * \param dgst pointer to the hash value
148 int ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
195 * \param dgst pointer to the hash value to sign
202 int ECDSA_sign(int type, const unsigned char *dgst, int dgstlen,
210 * \param dgst pointer to the hash value to sign
220 int ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen,
228 * \param dgst pointer to the hash value
235 int ECDSA_verify(int type, const unsigned char *dgst, int dgstlen,