Searched refs:RSA_up_ref (Results 1 – 11 of 11) sorted by relevance
30 RSA_up_ref(key); in EVP_PKEY_set1_RSA()53 RSA_up_ref(ret); in EVP_PKEY_get1_RSA()
31 RSA_up_ref(rsa); in SSL_use_RSAPrivateKey()118 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()341 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsa_dupctx()
306 OSSL_DEPRECATEDIN_3_0 int RSA_up_ref(RSA *r);
860 RSA_up_ref(3)
1196 RSA_up_ref(3)
65 RSA_up_ref 67 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
519 if (!RSA_up_ref(vrsa)) in rsa_signverify_init()1354 if (srcctx->rsa != NULL && !RSA_up_ref(srcctx->rsa)) in rsa_dupctx()
189 int RSA_up_ref(RSA *r) in RSA_up_ref() function
1085 L<RSA_up_ref(3)> and L<RSA_free(3)>. Applications should instead use the2114 RSA_new(), RSA_free(), RSA_up_ref()
Completed in 42 milliseconds