Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dp_legacy.c29 if (!RSA_up_ref(key)) in EVP_PKEY_set1_RSA()
58 if (ret != NULL && !RSA_up_ref(ret)) in EVP_PKEY_get1_RSA()
/freebsd/crypto/openssl/ssl/
H A Dssl_rsa_legacy.c31 if (!RSA_up_ref(rsa)) { in SSL_use_RSAPrivateKey()
122 if (!RSA_up_ref(rsa)) { in SSL_CTX_use_RSAPrivateKey()
/freebsd/crypto/openssl/providers/implementations/kem/
H A Drsa_kem.c122 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsakem_dupctx()
144 if (!RSA_up_ref(vrsa)) in rsakem_init()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c107 if (!RSA_up_ref(vrsa)) in rsa_init()
344 if (dstctx->rsa != NULL && !RSA_up_ref(dstctx->rsa)) { in rsa_dupctx()
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages153 hcrypto/man/man3/RSA_up_ref.3
/freebsd/crypto/openssl/include/openssl/
H A Drsa.h305 OSSL_DEPRECATEDIN_3_0 int RSA_up_ref(RSA *r);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt857 RSA_up_ref(3)
H A Dmissingcrypto111.txt1196 RSA_up_ref(3)
H A Dlibcrypto.num65 RSA_up_ref 67 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/freebsd/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c520 if (!RSA_up_ref(vrsa)) in rsa_signverify_init()
1348 if (srcctx->rsa != NULL && !RSA_up_ref(srcctx->rsa)) in rsa_dupctx()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_lib.c189 int RSA_up_ref(RSA *r) in RSA_up_ref() function
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1095 L<RSA_up_ref(3)> and L<RSA_free(3)>. Applications should instead use the
2124 RSA_new(), RSA_free(), RSA_up_ref()
/freebsd/secure/lib/libcrypto/
H A DVersion.map2515 RSA_up_ref;