Home
last modified time | relevance | path

Searched refs:RSA_generate_key_ex (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/doc/man3/
DRSA_generate_key.pod6 RSA_generate_key_ex, RSA_generate_key,
19 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
37 RSA_generate_key_ex() generates a 2-prime RSA key pair and stores it in the
63 RSA_generate_key() is similar to RSA_generate_key_ex() but
94 RSA_generate_key_ex() returns 1 on success or 0 on error.
DRSA_meth_new.pod212 RSA_generate_key_ex(). The parameter for the function has the same
213 meaning as for RSA_generate_key_ex().
248 L<RSA_new(3)>, L<RSA_generate_key_ex(3)>, L<RSA_sign(3)>,
/third_party/openssl/crypto/rsa/
Drsa_depr.c52 if (RSA_generate_key_ex(rsa, bits, e, cb)) { in RSA_generate_key()
Drsa_gen.c41 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex() function
/third_party/rust/crates/rust-openssl/openssl/src/
Drsa.rs526 #[corresponds(RSA_generate_key_ex)]
535 #[corresponds(RSA_generate_key_ex)]
539 cvt(ffi::RSA_generate_key_ex( in generate_with_e()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Drsa.rs56 pub fn RSA_generate_key_ex( in RSA_generate_key_ex() function
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlscertificate.c228 || !RSA_generate_key_ex (rsa, 2048, e, NULL)) { in init_generated()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genrsa.c176 n = RSA_generate_key_ex(ctx->rsa, bits, bn, NULL);
Dopenssl-server.c776 n = RSA_generate_key_ex(*rsa, bits, bn, NULL);
/third_party/openssl/ohos_lite/include/openssl/
Drsa.h240 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
/third_party/openssl/include/openssl/
Drsa.h260 OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
/third_party/openssl/doc/man7/
Dmigration_guide.pod2022 RSA_generate_key_ex(), RSA_generate_multi_prime_key()
/third_party/openssl/util/
Dlibcrypto.num3287 RSA_generate_key_ex 3357 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/third_party/openssl/
DCHANGES.md10883 * The new 'RSA_generate_key_ex' function now takes a BIGNUM for the public
/third_party/gstreamer/gstplugins_bad/
DChangeLog66366 dtlscertificate: Fix error checking in RSA_generate_key_ex() usage
67391 - Use RSA_generate_key_ex instead of the deprecated RSA_generate_key