Searched refs:qInv (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa_pkcs1_tests.h | 40 .qInv = NULL, 103 .qInv = (const u8*)&rsa_oaep_1_CRT_qInv, 151 .qInv = NULL, 214 .qInv = (const u8*)&rsa_oaep_3_CRT_qInv, 262 .qInv = NULL, 325 .qInv = (const u8*)&rsa_oaep_5_CRT_qInv, 373 .qInv = NULL, 436 .qInv = (const u8*)&rsa_oaep_7_CRT_qInv, 484 .qInv = NULL, 547 .qInv = (const u8*)&rsa_oaep_9_CRT_qInv, [all …]
|
H A D | rsa.h | 89 nn qInv; member 117 const u8 *qInv, u16 qInvlen,
|
H A D | rsa_tests.h | 43 const u8 *qInv; member 81 …>plen, t->q, (u16)t->qlen, t->dP, (u16)t->dPlen, t->dQ, (u16)t->dQlen, t->qInv, (u16)t->qInvlen, N… in perform_rsa_tests()
|
H A D | rsa.c | 137 const u8 *qInv, u16 qInvlen, in rsa_import_crt_priv_key() argument 150 ret = nn_init_from_buf(&(priv->key.crt.qInv), qInv, qInvlen); EG(ret, err); in rsa_import_crt_priv_key() 360 nn_src_t p, q, dP, dQ, qInv; in rsadp_crt() local 375 qInv = &(priv->key.crt.qInv); in rsadp_crt() 383 ret = nn_check_initialized(qInv); EG(ret, err); in rsadp_crt() 402 ret = nn_mod_mul(&h, &h, qInv, p); EG(ret, err); in rsadp_crt() 420 PTR_NULLIFY(qInv); in rsadp_crt()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_rsa_get0_all_params.pod | 49 the I<coeffs> stack contains I<qInv>, and then the rest of the coefficients
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-RSA.pod | 14 few are known as I<p> and I<q>, I<dP> and I<dQ>, and I<qInv>. 105 "qInv" and "t_i".
|