Searched refs:i2d_DSA_SIG (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_sign.c | 79 int i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) in i2d_DSA_SIG() function 127 ret = i2d_DSA_SIG(&sig, NULL); in DSA_size() 168 *siglen = i2d_DSA_SIG(s, sig != NULL ? &sig : NULL); in ossl_dsa_sign_int() 201 derlen = i2d_DSA_SIG(s, &der); in DSA_verify()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_sign.c | 79 int i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) in i2d_DSA_SIG() function 127 ret = i2d_DSA_SIG(&sig, NULL); in DSA_size() 173 *siglen = i2d_DSA_SIG(s, &sig); in ossl_dsa_sign_int() 206 derlen = i2d_DSA_SIG(s, &der); in DSA_verify()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | dsa.rs | 75 pub fn i2d_DSA_SIG(a: *const DSA_SIG, pp: *mut *mut c_uchar) -> c_int; in i2d_DSA_SIG() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | dsa.rs | 470 #[corresponds(i2d_DSA_SIG)] in fmt() 472 ffi::i2d_DSA_SIG in fmt()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | dsa.h | 77 int i2d_DSA_SIG(const DSA_SIG *a, unsigned char **pp);
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | asn1.c | 345 DO_TEST_NO_PRINT(DSA_SIG, d2i_DSA_SIG, i2d_DSA_SIG); in FuzzerTestOneInput()
|
/third_party/openssl/fuzz/ |
H A D | asn1.c | 345 DO_TEST_NO_PRINT(DSA_SIG, d2i_DSA_SIG, i2d_DSA_SIG); in FuzzerTestOneInput()
|
/third_party/openssl/test/ |
H A D | acvp_test.c | 649 if (!TEST_int_gt((sig_len = i2d_DSA_SIG(sign, &sig)), 0) in dsa_sigver_test()
|
Completed in 6 milliseconds