Searched refs:RSA_up_ref (Results 1 – 13 of 13) sorted by relevance
29 if (!RSA_up_ref(key)) in EVP_PKEY_set1_RSA()58 if (ret != NULL && !RSA_up_ref(ret)) in EVP_PKEY_get1_RSA()
31 if (!RSA_up_ref(rsa)) { in SSL_use_RSAPrivateKey()122 if (!RSA_up_ref(rsa)) { in SSL_CTX_use_RSAPrivateKey()
122 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsakem_dupctx()144 if (!RSA_up_ref(vrsa)) in rsakem_init()
107 if (!RSA_up_ref(vrsa)) in rsa_init()344 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsa_dupctx()
153 hcrypto/man/man3/RSA_up_ref.3
305 OSSL_DEPRECATEDIN_3_0 int RSA_up_ref(RSA *r);
857 RSA_up_ref(3)
1196 RSA_up_ref(3)
65 RSA_up_ref 67 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
520 if (!RSA_up_ref(vrsa)) in rsa_signverify_init()1348 if (srcctx->rsa != NULL && !RSA_up_ref(srcctx->rsa)) in rsa_dupctx()
189 int RSA_up_ref(RSA *r) in RSA_up_ref() function
1095 L<RSA_up_ref(3)> and L<RSA_free(3)>. Applications should instead use the2124 RSA_new(), RSA_free(), RSA_up_ref()
2515 RSA_up_ref;