Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Dbn_dh.h24 extern const BIGNUM _bignum_const_2;
/third_party/openssl/crypto/bn/
Dbn_dh.c492 const BIGNUM _bignum_const_2 = variable
/third_party/openssl/crypto/dh/
Ddh_rfc7919.c23 dh->g = (BIGNUM *)&_bignum_const_2; in dh_param_init()