Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDssltest.c2844 static unsigned char dh1024_g[] = { in get_dh1024() local
2852 dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), NULL); in get_dh1024()
2885 static unsigned char dh1024_g[] = { in get_dh1024dsa() local
2913 dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), NULL); in get_dh1024dsa()
/NextBSD/contrib/unbound/daemon/
HDremote.c162 static unsigned char dh1024_g[]={ in get_dh1024() local
179 dh->g=BN_bin2bn(dh1024_g,sizeof(dh1024_g),NULL); in get_dh1024()