Searched refs:OSSL_PKEY_PARAM_RSA_D (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | fake_rsaprov.c | 134 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 D | keymgmt_internal_test.c | 113 || !TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_D)) in export_cb()
|
H A D | evp_pkey_provided_test.c | 373 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 D | acvp_test.c | 1032 || !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 D | evp_extra_test2.c | 467 if (!TEST_true(EVP_PKEY_get_bn_param(pkey, OSSL_PKEY_PARAM_RSA_D, in test_d2i_AutoPrivateKey_ex()
|
H A D | evp_extra_test.c | 2896 || !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 D | EVP_PKEY_RSA_keygen.c | 155 if (EVP_PKEY_get_bn_param(pkey, OSSL_PKEY_PARAM_RSA_D, &d) == 0) { in dump_key()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 77 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 D | core_names.h | 355 #define OSSL_PKEY_PARAM_RSA_D "d" macro
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 292 OSSL_PARAM_BN(OSSL_PKEY_PARAM_RSA_D, NULL, 0), \
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-RSA.pod | 35 =item "d" (B<OSSL_PKEY_PARAM_RSA_D>) <unsigned integer>
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | self_test_data.inc | 1272 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 D | ctrl_params_translate.c | 2423 OSSL_PKEY_PARAM_RSA_D, OSSL_PARAM_UNSIGNED_INTEGER,
|