Searched defs:DSA_SIG (Results 1 – 5 of 5) sorted by relevance
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()
61 typedef struct DSA_SIG_st DSA_SIG; typedef
65 typedef struct DSA_SIG_st DSA_SIG; typedef
140 int (*verify) (const unsigned char *, int, DSA_SIG *, DSA *)) in DSA_meth_set_verify() argument
573 DSA_SIG = DSA_SIG_st variable