Searched refs:dhx (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/dh/
H A Ddh_asn1.c83 int_dhx942_dh *dhx = NULL; local
88 dhx = d2i_int_dhx(NULL, pp, length);
89 if (dhx == NULL) {
99 dh->p = dhx->p;
100 dh->q = dhx->q;
101 dh->g = dhx->g;
102 dh->j = dhx->j;
104 if (dhx->vparams) {
105 dh->seed = dhx->vparams->seed->data;
106 dh->seedlen = dhx
120 int_dhx942_dh dhx; local
[all...]
/freebsd-12-stable/lib/libc/iconv/
H A Dcitrus_db.c63 struct _citrus_db_header_x *dhx; local
69 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx));
70 if (dhx == NULL)
72 if (strncmp(dhx->dhx_magic, magic, _CITRUS_DB_MAGIC_SIZE) != 0)
74 if (_memstream_seek(&ms, be32toh(dhx->dhx_entry_offset), SEEK_SET))
77 if (be32toh(dhx->dhx_num_entries)*_CITRUS_DB_ENTRY_SIZE >
104 struct _citrus_db_header_x *dhx; local
112 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx));
285 struct _citrus_db_header_x *dhx; local
299 struct _citrus_db_header_x *dhx; local
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-dccp.c227 const struct dccp_hdr_ext *dhx = (const struct dccp_hdr_ext *)bp; local
228 seqno = EXTRACT_48BITS(dhx->dccph_seq);

Completed in 178 milliseconds