Searched refs:QINV (Results 1 – 3 of 3) sorted by relevance
282 const int QINV = 8; in test_check_crt_components() local308 && 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()
78 #define QINV 9 macro134 || !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()
347 #define QINV 7 macro378 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_COEFFICIENT1, &key_numbers[QINV]), in test_fromdata_rsa()
Completed in 16 milliseconds