Lines Matching refs:sig
21 unsigned char *sig, unsigned int *siglen, EC_KEY *eckey);
26 const unsigned char *sig, int siglen, EC_KEY *eckey);
28 const ECDSA_SIG *sig, EC_KEY* eckey);
35 unsigned char *sig, unsigned int *siglen,
51 size use L<EVP_PKEY_sign(3)> with a NULL I<sig> parameter.
55 stored in I<sig> and its length is returned in I<siglen>. Note: I<sig> must
65 ECDSA_verify() verifies that the signature in I<sig> of size I<siglen> is a
84 I<kinv> and I<rp>. The DER encoded signature is stored in I<sig> and its
85 length is returned in I<siglen>. Note: I<sig> must point to ECDSA_size(eckey)
115 ECDSA_SIG *sig;
127 sig = ECDSA_do_sign(digest, 32, eckey);
128 if (sig == NULL)
144 ret = ECDSA_do_verify(digest, 32, sig, eckey);