Searched refs:RSA_set0_key (Results 1 – 16 of 16) sorted by relevance
/openssl/test/ |
H A D | rsa_test.c | 33 RSA_set0_key(key, \ 385 if (TEST_true(RSA_set0_key(key, BN_bin2bn(num, bytes, NULL), in test_rsa_security_bit() 499 && TEST_true(RSA_set0_key(rsa, n, e, d)) in test_EVP_rsa_legacy_key() 568 || !RSA_set0_key(rsa, pn, pe, pd))) { in load_key()
|
H A D | rsa_sp800_56b_test.c | 248 && TEST_true(RSA_set0_key(key, n, e, d)); in test_check_private_exponent() 434 && TEST_true(RSA_set0_key(key, n, e, d)); in test_invalid_keypair() 516 && TEST_true(RSA_set0_key(key, n, e, d)); in test_check_private_key() 548 && TEST_true(RSA_set0_key(key, n, e, NULL)); in test_check_public_key()
|
H A D | asn1_internal_test.c | 134 || !TEST_true(RSA_set0_key(rsa, n, e, NULL))) in test_empty_nonoptional_content()
|
H A D | rsa_mp_test.c | 141 if (!TEST_int_eq(RSA_set0_key(key, in key2048_key()
|
H A D | keymgmt_internal_test.c | 186 || !TEST_true(RSA_set0_key(rsa, bn1, bn2, bn3))) in test_pass_rsa()
|
H A D | enginetest.c | 242 if (!RSA_set0_key(rsa, BN_bin2bn(n, sizeof(n)-1, NULL), in get_test_pkey()
|
H A D | evp_extra_test.c | 3397 if (!TEST_true(RSA_set0_key(rsa, n, e, d))) in test_RSA_legacy()
|
/openssl/doc/man3/ |
H A D | RSA_get0_key.pod | 5 RSA_set0_key, RSA_set0_factors, RSA_set0_crt_params, RSA_get0_key, 23 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); 81 RSA_set0_key() and passing the new values for B<n>, B<e> and B<d> as 129 in the call and may therefore I<not> be passed to RSA_set0_key(). If 143 RSA_set0_key(), RSA_set0_factors(), RSA_set0_crt_params() and
|
/openssl/include/openssl/ |
H A D | rsa.h | 218 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
|
/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 120 if (!RSA_set0_key(rsa, n, e, d)) in ossl_rsa_fromdata()
|
H A D | rsa_lib.c | 401 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key() function
|
/openssl/doc/internal/man7/ |
H A D | EVP_PKEY.pod | 68 modified at will with functions like L<RSA_set0_key(3)>. Note that if the
|
/openssl/crypto/pem/ |
H A D | pvkfmt.c | 488 if (!RSA_set0_key(rsa, n, e, d)) in ossl_b2i_RSA_after_header()
|
/openssl/engines/ |
H A D | e_capi.c | 703 RSA_set0_key(rkey, n, e, NULL); in capi_get_pkey()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 2176 RSA_set0_crt_params(), RSA_set0_factors(), RSA_set0_key(),
|
/openssl/util/ |
H A D | libcrypto.num | 3907 RSA_set0_key 3994 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
Completed in 73 milliseconds