Home
last modified time | relevance | path

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

/openssl/test/
H A Drsa_sp800_56b_test.c282 const int QINV = 8; in test_check_crt_components() local
308 && TEST_BN_eq_word(key->iqmp, QINV) in test_check_crt_components()
327 && TEST_true(BN_set_word(key->iqmp, QINV)) in test_check_crt_components()
337 && TEST_true(BN_set_word(key->iqmp, QINV+1)) in test_check_crt_components()
339 && TEST_true(BN_set_word(key->iqmp, QINV)) in test_check_crt_components()
H A Dkeymgmt_internal_test.c78 #define QINV 9 macro
134 || !TEST_true(get_ulong_via_BN(p, &keydata[QINV])) in export_cb()
201 || !TEST_true(BN_set_word(bn3, expected[QINV])) in test_pass_rsa()
H A Devp_pkey_provided_test.c347 #define QINV 7 macro
378 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_COEFFICIENT1, &key_numbers[QINV]), in test_fromdata_rsa()

Completed in 16 milliseconds