Symbol: RSA_new
crypto/heimdal/lib/hx509/crypto.c
3002
rsa = RSA_new();
crypto/heimdal/lib/hx509/crypto.c
829
private_key->private_key.rsa = RSA_new();
crypto/heimdal/lib/hx509/hxtool.c
1248
rsa = RSA_new();
crypto/heimdal/lib/hx509/ks_keychain.c
272
rsa = RSA_new();
crypto/heimdal/lib/hx509/ks_p11.c
648
rsa = RSA_new();
crypto/openssh/ssh-keygen.c
601
if ((rsa = RSA_new()) == NULL)
crypto/openssh/ssh-pkcs11.c
884
rsa = RSA_new();
crypto/openssh/ssh-rsa.c
166
(rsa_to = RSA_new()) == NULL)
crypto/openssh/ssh-rsa.c
202
if ((rsa = RSA_new()) == NULL)
crypto/openssh/ssh-rsa.c
250
if ((rsa = RSA_new()) == NULL) {
crypto/openssl/crypto/pem/pvkfmt.c
458
rsa = RSA_new();
crypto/openssl/crypto/rsa/rsa_asn1.c
32
*pval = (ASN1_VALUE *)RSA_new();
crypto/openssl/crypto/rsa/rsa_depr.c
34
RSA *rsa = RSA_new();
crypto/openssl/crypto/rsa/rsa_pmeth.c
789
rsa = RSA_new();
crypto/openssl/crypto/x509/x_all.c
354
RSA_new,
crypto/openssl/crypto/x509/x_all.c
387
return ASN1_d2i_bio_of(RSA, RSA_new, d2i_RSA_PUBKEY, bp, rsa);
crypto/openssl/include/openssl/rsa.h
212
OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
crypto/openssl/test/asn1_internal_test.c
132
if (!TEST_ptr(rsa = RSA_new())
crypto/openssl/test/enginetest.c
232
RSA *rsa = RSA_new();
crypto/openssl/test/evp_extra_test.c
4045
if (!TEST_ptr(rsa = RSA_new())
crypto/openssl/test/evp_extra_test.c
941
|| !TEST_ptr(rsa = RSA_new())
crypto/openssl/test/keymgmt_internal_test.c
179
if (!TEST_ptr(rsa = RSA_new()))
crypto/openssl/test/rsa_mp_test.c
258
key = RSA_new();
crypto/openssl/test/rsa_mp_test.c
290
if (!TEST_ptr(rsa = RSA_new()))
crypto/openssl/test/rsa_sp800_56b_test.c
228
ret = TEST_ptr(key = RSA_new())
crypto/openssl/test/rsa_sp800_56b_test.c
289
ret = TEST_ptr(key = RSA_new())
crypto/openssl/test/rsa_sp800_56b_test.c
363
ret = TEST_ptr(key = RSA_new())
crypto/openssl/test/rsa_sp800_56b_test.c
417
ret = TEST_ptr(key = RSA_new())
crypto/openssl/test/rsa_sp800_56b_test.c
493
ret = TEST_ptr(key = RSA_new())
crypto/openssl/test/rsa_sp800_56b_test.c
509
ret = TEST_ptr(key = RSA_new())
crypto/openssl/test/rsa_sp800_56b_test.c
542
ret = TEST_ptr(key = RSA_new())
crypto/openssl/test/rsa_test.c
194
*key = RSA_new();
crypto/openssl/test/rsa_test.c
338
RSA *key = RSA_new();
crypto/openssl/test/rsa_test.c
474
&& TEST_ptr((rsa = RSA_new()))
crypto/openssl/test/rsa_test.c
539
if (!TEST_ptr(rsa = RSA_new()))
lib/libsecureboot/openpgp/opgp_key.c
124
rsa = RSA_new();
sbin/decryptcore/decryptcore.c
193
privkey = RSA_new();
sbin/dumpon/dumpon.c
249
pubkey = RSA_new();