Home
last modified time | relevance | path

Searched refs:RSA_up_ref (Results 1 – 11 of 11) sorted by relevance

/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()
/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()
/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()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c105 if (!RSA_up_ref(vrsa)) in rsa_init()
311 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsa_dupctx()
/openssl/providers/implementations/signature/
H A Drsa_sig.c403 if (!RSA_up_ref(vrsa)) in rsa_signverify_init()
1001 if (srcctx->rsa != NULL && !RSA_up_ref(srcctx->rsa)) in rsa_dupctx()
/openssl/include/openssl/
H A Drsa.h298 OSSL_DEPRECATEDIN_3_0 int RSA_up_ref(RSA *r);
/openssl/util/
H A Dmissingcrypto.txt968 RSA_up_ref(3)
H A Dmissingcrypto111.txt1197 RSA_up_ref(3)
H A Dlibcrypto.num65 RSA_up_ref 67 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/openssl/crypto/rsa/
H A Drsa_lib.c180 int RSA_up_ref(RSA *r) in RSA_up_ref() function
/openssl/doc/man7/
H A Dmigration_guide.pod1030 L<RSA_up_ref(3)> and L<RSA_free(3)>. Applications should instead use the
2044 RSA_new(), RSA_free(), RSA_up_ref()

Completed in 63 milliseconds