Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/man3/
H A DRSA_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
H A DRSA_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)>,
H A DRSA_set_method.pod116 /* called at RSA_new */
177 L<RSA_new(3)>
H A DCRYPTO_get_ex_new_index.pod117 When a structure is initially allocated (such as RSA_new()) then the
/freebsd/crypto/openssl/test/
H A Drsa_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()
H A Drsa_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()
H A Dasn1_internal_test.c131 if (!TEST_ptr(rsa = RSA_new()) in test_empty_nonoptional_content()
H A Drsa_mp_test.c266 key = RSA_new(); in test_rsa_mp()
H A Dkeymgmt_internal_test.c177 if (!TEST_ptr(rsa = RSA_new())) in test_pass_rsa()
H A Denginetest.c233 RSA *rsa = RSA_new(); in get_test_pkey()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_depr.c34 RSA *rsa = RSA_new(); in RSA_generate_key()
H A Drsa_asn1.c32 *pval = (ASN1_VALUE *)RSA_new(); in rsa_cb()
H A Drsa_pmeth.c759 rsa = RSA_new(); in pkey_rsa_keygen()
/freebsd/contrib/libfido2/fuzz/
H A Dwrapped.sym75 RSA_new
H A Dwrap.c227 RSA_new,
/freebsd/crypto/openssh/
H A Dssh-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/contrib/libfido2/src/
H A Drs256.c173 if ((rsa = RSA_new()) == NULL || RSA_set0_key(rsa, n, e, NULL) == 0) { in rs256_pk_to_EVP_PKEY()
/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_key.c124 rsa = RSA_new(); in decode_key()
/freebsd/sbin/decryptcore/
H A Ddecryptcore.c191 privkey = RSA_new(); in decrypt()
/freebsd/crypto/openssl/crypto/x509/
H A Dx_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/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages149 hcrypto/man/man3/RSA_new.3
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_keychain.c272 rsa = RSA_new(); in set_private_key()
/freebsd/contrib/unbound/sldns/
H A Dkeyraw.c426 rsa = RSA_new(); in sldns_key_buf2rsa_raw()
/freebsd/sbin/dumpon/
H A Ddumpon.c249 pubkey = RSA_new(); in _genkey()
/freebsd/crypto/openssl/include/openssl/
H A Drsa.h201 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);

12