Searched refs:QINV (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | rsa_sp800_56b_test.c | 282 const int QINV = 8; in test_check_crt_components() local 307 && TEST_BN_eq_word(key->iqmp, QINV) in test_check_crt_components() 326 && TEST_true(BN_set_word(key->iqmp, QINV)) in test_check_crt_components() 336 && TEST_true(BN_set_word(key->iqmp, QINV+1)) in test_check_crt_components() 338 && TEST_true(BN_set_word(key->iqmp, QINV)) in test_check_crt_components()
|
H A D | keymgmt_internal_test.c | 78 #define QINV 9 macro 134 || !TEST_true(get_ulong_via_BN(p, &keydata[QINV])) in export_cb() 171 0xcc3b, /* QINV */ in test_pass_rsa() 201 || !TEST_true(BN_set_word(bn3, expected[QINV])) in test_pass_rsa()
|
H A D | evp_pkey_provided_test.c | 347 #define QINV 7 macro 368 0xcc3b, /* QINV */ in test_fromdata_rsa() 378 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_COEFFICIENT1, &key_numbers[QINV]), in test_fromdata_rsa()
|