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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dssltest.c2412 static unsigned char dh1024_g[]={ local
2419 dh->g=BN_bin2bn(dh1024_g,sizeof(dh1024_g),NULL);
2440 static unsigned char dh1024_g[]={ local
2457 dh->g=BN_bin2bn(dh1024_g,sizeof(dh1024_g),NULL);
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c104 static const unsigned char dh1024_g[]={ 0x02 }; local
110 dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), NULL);

Completed in 108 milliseconds