Home
last modified time | relevance | path

Searched refs:RSA_up_ref (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_legacy.c30 RSA_up_ref(key); in EVP_PKEY_set1_RSA()
53 RSA_up_ref(ret); in EVP_PKEY_get1_RSA()
/third_party/openssl/crypto/evp/
H A Dp_legacy.c30 RSA_up_ref(key); in EVP_PKEY_set1_RSA()
53 RSA_up_ref(ret); in EVP_PKEY_get1_RSA()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa_legacy.c31 RSA_up_ref(rsa); in SSL_use_RSAPrivateKey()
113 RSA_up_ref(rsa); in SSL_CTX_use_RSAPrivateKey()
/third_party/openssl/ssl/
H A Dssl_rsa_legacy.c31 RSA_up_ref(rsa); in SSL_use_RSAPrivateKey()
113 RSA_up_ref(rsa); in SSL_CTX_use_RSAPrivateKey()
/third_party/node/deps/openssl/openssl/providers/implementations/kem/
H A Drsa_kem.c113 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsakem_dupctx()
131 if (!RSA_up_ref(vrsa)) in rsakem_init()
/third_party/openssl/providers/implementations/kem/
H A Drsa_kem.c113 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsakem_dupctx()
131 if (!RSA_up_ref(vrsa)) in rsakem_init()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Drsa.rs93 pub fn RSA_up_ref(rsa: *mut RSA) -> c_int; in RSA_up_ref() functions
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c105 if (!RSA_up_ref(vrsa)) in rsa_init()
313 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsa_dupctx()
/third_party/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c105 if (!RSA_up_ref(vrsa)) in rsa_init()
313 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsa_dupctx()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Drsa.rs88 ffi::RSA_up_ref(self.as_ptr()); in to_owned()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Drsa_sig.c403 if (!RSA_up_ref(vrsa)) in rsa_signverify_init()
1005 if (srcctx->rsa != NULL && !RSA_up_ref(srcctx->rsa)) in rsa_dupctx()
/third_party/openssl/providers/implementations/signature/
H A Drsa_sig.c403 if (!RSA_up_ref(vrsa)) in rsa_signverify_init()
1004 if (srcctx->rsa != NULL && !RSA_up_ref(srcctx->rsa)) in rsa_dupctx()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drsa.h295 OSSL_DEPRECATEDIN_3_0 int RSA_up_ref(RSA *r);
/third_party/openssl/include/openssl/
H A Drsa.h295 OSSL_DEPRECATEDIN_3_0 int RSA_up_ref(RSA *r);
/third_party/openssl/ohos_lite/include/openssl/
H A Drsa.h265 int RSA_up_ref(RSA *r);
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c180 int RSA_up_ref(RSA *r) in RSA_up_ref() function
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c180 int RSA_up_ref(RSA *r) in RSA_up_ref() function

Completed in 16 milliseconds