Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssltest.c2304 static unsigned char dh512_g[]={ in get_dh512() local
2311 dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL); in get_dh512()
/external/openssl/apps/
Ds_server.c230 static unsigned char dh512_g[]={ variable
240 dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL); in get_dh512()