Home
last modified time | relevance | path

Searched refs:RSA_new (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-14-stable/crypto/openssl/doc/man3/
HDRSA_new.pod5 RSA_new, RSA_free - allocate and free RSA objects
15 RSA *RSA_new(void);
21 RSA_new() allocates and initializes an B<RSA> structure. It is equivalent to
30 If the allocation fails, RSA_new() returns B<NULL> and sets an error
HDRSA_meth_new.pod194 be called in response to the application calling RSA_new() (if the
196 RSA_new() and RSA_new_method() functions will allocate the memory for
248 L<RSA_new(3)>, L<RSA_generate_key_ex(3)>, L<RSA_sign(3)>,
HDRSA_set_method.pod116 /* called at RSA_new */
177 L<RSA_new(3)>
HDCRYPTO_get_ex_new_index.pod117 When a structure is initially allocated (such as RSA_new()) then the
/freebsd-14-stable/crypto/openssl/test/
HDrsa_sp800_56b_test.c228 ret = TEST_ptr(key = RSA_new()) in test_check_private_exponent()
289 ret = TEST_ptr(key = RSA_new()) in test_check_crt_components()
379 ret = TEST_ptr(key = RSA_new()) in test_invalid_keypair()
452 ret = TEST_ptr(key = RSA_new()) in test_sp80056b_keygen()
468 ret = TEST_ptr(key = RSA_new()) in test_check_private_key()
501 ret = TEST_ptr(key = RSA_new()) in test_check_public_key()
HDrsa_test.c218 *key = RSA_new(); in rsa_setkey()
362 RSA *key = RSA_new(); in test_rsa_security_bit()
494 && TEST_ptr((rsa = RSA_new())) in test_EVP_rsa_legacy_key()
HDasn1_internal_test.c131 if (!TEST_ptr(rsa = RSA_new()) in test_empty_nonoptional_content()
HDrsa_mp_test.c266 key = RSA_new(); in test_rsa_mp()
HDkeymgmt_internal_test.c177 if (!TEST_ptr(rsa = RSA_new())) in test_pass_rsa()
HDenginetest.c233 RSA *rsa = RSA_new(); in get_test_pkey()
/freebsd-14-stable/crypto/openssl/crypto/rsa/
HDrsa_depr.c34 RSA *rsa = RSA_new(); in RSA_generate_key()
HDrsa_asn1.c32 *pval = (ASN1_VALUE *)RSA_new(); in rsa_cb()
HDrsa_pmeth.c759 rsa = RSA_new(); in pkey_rsa_keygen()
/freebsd-14-stable/contrib/libfido2/fuzz/
HDwrapped.sym75 RSA_new
HDwrap.c227 RSA_new,
/freebsd-14-stable/crypto/openssh/
HDssh-rsa.c166 (rsa_to = RSA_new()) == NULL) in ssh_rsa_copy_public()
202 if ((rsa = RSA_new()) == NULL) in ssh_rsa_deserialize_public()
250 if ((rsa = RSA_new()) == NULL) { in ssh_rsa_deserialize_private()
/freebsd-14-stable/contrib/libfido2/src/
HDrs256.c173 if ((rsa = RSA_new()) == NULL || RSA_set0_key(rsa, n, e, NULL) == 0) { in rs256_pk_to_EVP_PKEY()
/freebsd-14-stable/lib/libsecureboot/openpgp/
HDopgp_key.c124 rsa = RSA_new(); in decode_key()
/freebsd-14-stable/sbin/decryptcore/
HDdecryptcore.c192 privkey = RSA_new(); in decrypt()
/freebsd-14-stable/crypto/openssl/crypto/x509/
HDx_all.c314 RSA_new, (D2I_OF(void)) d2i_RSA_PUBKEY, fp, in d2i_RSA_PUBKEY_fp()
346 return ASN1_d2i_bio_of(RSA, RSA_new, d2i_RSA_PUBKEY, bp, rsa); in d2i_RSA_PUBKEY_bio()
/freebsd-14-stable/crypto/heimdal/doc/doxyout/hcrypto/
HDmanpages149 hcrypto/man/man3/RSA_new.3
/freebsd-14-stable/crypto/heimdal/lib/hx509/
HDks_keychain.c272 rsa = RSA_new(); in set_private_key()
/freebsd-14-stable/contrib/unbound/sldns/
HDkeyraw.c426 rsa = RSA_new(); in sldns_key_buf2rsa_raw()
/freebsd-14-stable/sbin/dumpon/
HDdumpon.c261 pubkey = RSA_new(); in _genkey()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDrsa.h201 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);

12