Home
last modified time | relevance | path

Searched refs:DSA_do_sign (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DDSA_do_sign.pod5 DSA_do_sign, DSA_do_verify - raw DSA signature operations
11 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
18 DSA_do_sign() computes a digital signature on the B<len> byte message
32 DSA_do_sign() returns the signature, NULL on error. DSA_do_verify()
DDSA_meth_new.pod124 called in response to the application calling DSA_do_sign() (or DSA_sign()). The
125 parameters for the function have the same meaning as for DSA_do_sign().
199 L<DSA_dup_DH(3)>, L<DSA_do_sign(3)>, L<DSA_set_method(3)>, L<DSA_SIG_new(3)>,
DDSA_SIG_new.pod47 L<DSA_do_sign(3)>
DDSA_sign.pod59 L<DSA_do_sign(3)>,
DDSA_get0_pqg.pod98 L<DSA_dup_DH(3)>, L<DSA_do_sign(3)>, L<DSA_set_method(3)>, L<DSA_SIG_new(3)>,
/third_party/openssl/crypto/dsa/
Ddsa_sign.c14 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa) in DSA_do_sign() function
Ddsa_asn1.c115 s = DSA_do_sign(dgst, dlen, dsa); in DSA_sign()
/third_party/openssl/include/openssl/
Ddsa.h82 DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1246 #define DSA_do_sign BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DSA_do_sign) macro
/third_party/openssl/crypto/err/
Dopenssl.txt432 DSA_F_DSA_DO_SIGN:112:DSA_do_sign
/third_party/openssl/util/
Dlibcrypto.num1596 DSA_do_sign 1584 1_1_0 EXIST::FUNCTION:DSA
/third_party/openssl/
DCHANGES12415 *) Fix memory leaks in DSA_do_sign and DSA_is_prime.
12956 *) New functions DSA_do_sign and DSA_do_verify to provide access to