Home
last modified time | relevance | path

Searched defs:DSA_get0_key (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Ddsa.rs67 pub fn DSA_get0_key(d: *const DSA, pub_key: *mut *const BIGNUM, priv_key: *mut *const BIGNUM); in DSA_get0_key() function
/third_party/openssl/crypto/dsa/
Ddsa_lib.c303 void DSA_get0_key(const DSA *d, in DSA_get0_key() function