Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Drsa.rs23 pub fn RSA_set0_factors(r: *mut RSA, p: *mut BIGNUM, q: *mut BIGNUM) -> c_int; in RSA_set0_factors() function
/third_party/openssl/crypto/rsa/
Drsa_lib.c420 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors() function