Lines Matching refs:sig
90 * \param sig pointer to the ECDSA_SIG structure
92 void ECDSA_SIG_free(ECDSA_SIG *sig);
96 * \param sig pointer to the ECDSA_SIG object
100 int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
104 * \param sig pointer to ECDSA_SIG pointer (may be NULL)
109 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
121 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
137 * \param sig ECDSA_SIG structure
143 const ECDSA_SIG *sig, EC_KEY* eckey);
181 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
185 * \param sig memory for the DER encoded created signature
191 unsigned char *sig, unsigned int *siglen, EC_KEY *eckey);
195 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
199 * \param sig buffer to hold the DER encoded signature
208 unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv,
216 * \param sig pointer to the DER encoded signature
223 const unsigned char *sig, int siglen, EC_KEY *eckey);