Home
last modified time | relevance | path

Searched refs:DQ (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Drsa_sp800_56b_test.c281 const int DQ = 13; in test_check_crt_components() local
307 && TEST_BN_eq_word(key->dmq1, DQ) in test_check_crt_components()
321 && TEST_true(BN_set_word(key->dmq1, DQ)) in test_check_crt_components()
333 && TEST_true(BN_set_word(key->dmq1, DQ-1)) in test_check_crt_components()
335 && TEST_true(BN_set_word(key->dmq1, DQ)) in test_check_crt_components()
H A Dkeymgmt_internal_test.c76 #define DQ 7 macro
128 || !TEST_true(get_ulong_via_BN(p, &keydata[DQ])) in export_cb()
199 || !TEST_true(BN_set_word(bn2, expected[DQ])) in test_pass_rsa()
H A Devp_pkey_provided_test.c346 #define DQ 6 macro
377 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_EXPONENT2, &key_numbers[DQ]), in test_fromdata_rsa()

Completed in 12 milliseconds