Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dpredefined_dhparams.c74 static unsigned char dh512_p[] = { in get_dh512() local
86 return get_dh_from_pg(libctx, "DH", dh512_p, sizeof(dh512_p), in get_dh512()
/freebsd/contrib/sendmail/src/
H A Dtls.c96 static unsigned char dh512_p[] = variable
121 dhp_bn = BN_bin2bn(dh512_p, sizeof (dh512_p), NULL); in get_dh512()
130 dh->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL); in get_dh512()