Home
last modified time | relevance | path

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

/openssl-master/crypto/dh/
A Ddh_key.c44 BIGNUM *z = NULL, *pminus1; in ossl_dh_compute_key() local
61 pminus1 = BN_CTX_get(ctx); in ossl_dh_compute_key()
87 if (BN_copy(pminus1, dh->params.p) == NULL in ossl_dh_compute_key()
88 || !BN_sub_word(pminus1, 1) in ossl_dh_compute_key()
90 || BN_cmp(z, pminus1) == 0) { in ossl_dh_compute_key()

Completed in 2 milliseconds