Home
last modified time | relevance | path

Searched refs:RSA_set0_factors (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Drsa.rs23 pub fn RSA_set0_factors(r: *mut RSA, p: *mut BIGNUM, q: *mut BIGNUM) -> c_int; in RSA_set0_factors() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Drsa.rs451 #[corresponds(RSA_set0_factors)]
455 RSA_set0_factors(self.rsa.as_ptr(), p.as_ptr(), q.as_ptr()); in set_factors()
586 RSA_get0_key, RSA_get0_factors, RSA_get0_crt_params, RSA_set0_key, RSA_set0_factors, in fmt()
654 unsafe fn RSA_set0_factors( in fmt() functions
/third_party/openssl/test/
H A Drsa_test.c37 RSA_set0_factors(key, \
H A Drsa_mp_test.c156 if (!TEST_int_eq(RSA_set0_factors(key, in key2048p3_v1()
H A Dkeymgmt_internal_test.c193 || !TEST_true(RSA_set0_factors(rsa, bn1, bn2))) in test_pass_rsa()
H A Drsa_sp800_56b_test.c235 && TEST_true(RSA_set0_factors(key, p, q)); in test_check_private_exponent()
297 && TEST_true(RSA_set0_factors(key, p, q)); in test_check_crt_components()
386 && TEST_true(RSA_set0_factors(key, p, q)); in test_invalid_keypair()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genrsa.c122 RSA_set0_factors(ctx->rsa, ctx->bn[LWS_GENCRYPTO_RSA_KEYEL_P], in lws_genrsa_create()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c420 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors() function
759 if (!RSA_set0_factors(r, sk_BIGNUM_value(primes, 0), in DEFINE_STACK_OF()
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c420 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) in RSA_set0_factors() function
761 if (!RSA_set0_factors(r, sk_BIGNUM_value(primes, 0), in DEFINE_STACK_OF()
/third_party/node/src/crypto/
H A Dcrypto_rsa.cc491 !RSA_set0_factors(rsa.get(), p.ToBN().release(), q.ToBN().release()) || in ImportJWKRsaKey()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drsa.h208 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
/third_party/openssl/include/openssl/
H A Drsa.h208 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
/third_party/openssl/ohos_lite/include/openssl/
H A Drsa.h205 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c474 if (!RSA_set0_factors(rsa, p, q)) in ossl_b2i_RSA_after_header()
/third_party/openssl/crypto/pem/
H A Dpvkfmt.c474 if (!RSA_set0_factors(rsa, p, q)) in ossl_b2i_RSA_after_header()

Completed in 15 milliseconds