Searched refs:dh2048_p (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dtls.c127 static unsigned char dh2048_p[]={ local
160 dhp_bn = BN_bin2bn(dh2048_p, sizeof (dh2048_p), NULL);
169 dh->p=BN_bin2bn(dh2048_p,sizeof(dh2048_p),NULL);
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c233 static unsigned char dh2048_p[] = { variable
268 dh->p=BN_bin2bn(dh2048_p, sizeof(dh2048_p), NULL);

Completed in 97 milliseconds