Searched refs:DSA_get0_key (Results 1 – 3 of 3) sorted by relevance
34 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key,
177 DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key() function
4178 DSA_get0_key(dsa, NULL, &priv_key); in exportRawDSAKey()