Searched refs:pminus1 (Results 1 – 1 of 1) sorted by relevance
44 BIGNUM *z = NULL, *pminus1; in ossl_dh_compute_key() local67 pminus1 = BN_CTX_get(ctx); in ossl_dh_compute_key()93 if (BN_copy(pminus1, dh->params.p) == NULL in ossl_dh_compute_key()94 || !BN_sub_word(pminus1, 1) in ossl_dh_compute_key()96 || BN_cmp(z, pminus1) == 0) { in ossl_dh_compute_key()