Searched defs:DSA_SIG (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | dsa.rs | 71 sig: *mut *mut DSA_SIG, in d2i_DSA_SIG() 74 ) -> *mut DSA_SIG; in d2i_DSA_SIG() 75 pub fn i2d_DSA_SIG(a: *const DSA_SIG, pp: *mut *mut c_uchar) -> c_int; in i2d_DSA_SIG() 78 pub fn DSA_SIG_free(sig: *mut DSA_SIG); in DSA_SIG_free() 81 pub fn DSA_SIG_get0(sig: *const DSA_SIG, pr: *mut *const BIGNUM, ps: *mut *const BIGNUM); in DSA_SIG_get0() 84 pub fn DSA_SIG_set0(sig: *mut DSA_SIG, pr: *mut BIGNUM, ps: *mut BIGNUM) -> c_int; in DSA_SIG_set0()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | dsa.h | 61 typedef struct DSA_SIG_st DSA_SIG; typedef
|
/third_party/openssl/include/openssl/ |
D | dsa.h | 61 typedef struct DSA_SIG_st DSA_SIG; typedef
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | dsa.h | 65 typedef struct DSA_SIG_st DSA_SIG; typedef
|
/third_party/openssl/crypto/dsa/ |
D | dsa_meth.c | 140 int (*verify) (const unsigned char *, int, DSA_SIG *, DSA *)) in DSA_meth_set_verify() argument
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
D | dsa_meth.c | 140 int (*verify) (const unsigned char *, int, DSA_SIG *, DSA *)) in DSA_meth_set_verify() argument
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 573 DSA_SIG = DSA_SIG_st variable
|