Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c4215 BIGNUM *pub_key, *priv_key_const_time; in php_openssl_dh_pub_from_priv() local
4224 priv_key_const_time = BN_new(); in php_openssl_dh_pub_from_priv()
4225 if (priv_key_const_time == NULL) { in php_openssl_dh_pub_from_priv()
4233 BN_free(priv_key_const_time); in php_openssl_dh_pub_from_priv()
4238 BN_with_flags(priv_key_const_time, priv_key, BN_FLG_CONSTTIME); in php_openssl_dh_pub_from_priv()
4240 if (!BN_mod_exp_mont(pub_key, g, priv_key_const_time, p, ctx, NULL)) { in php_openssl_dh_pub_from_priv()
4246 BN_free(priv_key_const_time); in php_openssl_dh_pub_from_priv()

Completed in 21 milliseconds