Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dfake_rsaprov.c134 OSSL_PARAM_BN(OSSL_PKEY_PARAM_RSA_D, fake_rsa_d, in fake_rsa_key_params()
181 OSSL_PARAM_BN(OSSL_PKEY_PARAM_RSA_D, NULL, 0),
H A Dkeymgmt_internal_test.c113 || !TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_D)) in export_cb()
H A Devp_pkey_provided_test.c373 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_D, &key_numbers[D]), in test_fromdata_rsa()
478 || !TEST_true(OSSL_PARAM_BLD_push_BN(bld, OSSL_PKEY_PARAM_RSA_D, d)) in test_evp_pkey_get_bn_param_large()
H A Dacvp_test.c1032 || !TEST_true(OSSL_PARAM_BLD_push_BN(bld, OSSL_PKEY_PARAM_RSA_D, in rsa_create_pkey()
1112 || !TEST_true(pkey_get_bn_bytes(pkey, OSSL_PKEY_PARAM_RSA_D, in rsa_keygen_test()
H A Devp_extra_test2.c467 if (!TEST_true(EVP_PKEY_get_bn_param(pkey, OSSL_PKEY_PARAM_RSA_D, in test_d2i_AutoPrivateKey_ex()
H A Devp_extra_test.c2896 || !TEST_true(OSSL_PARAM_BLD_push_BN(bld, OSSL_PKEY_PARAM_RSA_D, d))) in test_RSA_get_set_params()
/freebsd/crypto/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c155 if (EVP_PKEY_get_bn_param(pkey, OSSL_PKEY_PARAM_RSA_D, &d) == 0) { in dump_key()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_backend.c77 param_d = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_D); in ossl_rsa_fromdata()
145 if (!ossl_param_build_set_bn(bld, params, OSSL_PKEY_PARAM_RSA_D, in DEFINE_SPECIAL_STACK_OF_CONST()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h355 #define OSSL_PKEY_PARAM_RSA_D "d" macro
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Drsa_kmgmt.c292 OSSL_PARAM_BN(OSSL_PKEY_PARAM_RSA_D, NULL, 0), \
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod35 =item "d" (B<OSSL_PKEY_PARAM_RSA_D>) <unsigned integer>
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_data.inc1272 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_D, rsa_d),
1290 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_D, rsa_d),
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c2423 OSSL_PKEY_PARAM_RSA_D, OSSL_PARAM_UNSIGNED_INTEGER,