Searched refs:kx (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Dkx_36.c165 dns_rdata_in_kx_t *kx = source; local
170 REQUIRE(kx != NULL);
171 REQUIRE(kx->common.rdtype == type);
172 REQUIRE(kx->common.rdclass == rdclass);
177 RETERR(uint16_tobuffer(kx->preference, target));
178 dns_name_toregion(&kx->exchange, &region);
185 dns_rdata_in_kx_t *kx = target; local
190 REQUIRE(kx != NULL);
193 kx->common.rdclass = rdata->rdclass;
194 kx
212 dns_rdata_in_kx_t *kx = source; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Dkx_36.c165 dns_rdata_in_kx_t *kx = source; local
170 REQUIRE(kx != NULL);
171 REQUIRE(kx->common.rdtype == type);
172 REQUIRE(kx->common.rdclass == rdclass);
177 RETERR(uint16_tobuffer(kx->preference, target));
178 dns_name_toregion(&kx->exchange, &region);
185 dns_rdata_in_kx_t *kx = target; local
190 REQUIRE(kx != NULL);
193 kx->common.rdclass = rdata->rdclass;
194 kx
212 dns_rdata_in_kx_t *kx = source; local
[all...]
/netbsd-current/lib/libm/src/
H A Ds_clogl.c61 int kx, ky; local
78 kx = hax - 16383;
83 if (kx == MAX_EXP || ky == MAX_EXP)
94 if (kx - ky > MANT_DIG || ay == 0)
98 if (kx >= MAX_EXP - 1)
101 if (kx >= (MAX_EXP - 1) / 2)
105 if (kx <= MIN_EXP - 2)
/netbsd-current/crypto/external/bsd/heimdal/dist/etc/
H A Dservices.append25 kx 2111/tcp # X over kerberos
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtcmp2.c300 /* Compare (m,kx) and (m,ky), where (m,k) means m fixed limbs followed by
306 int m, kx, ky, inex; local
312 for (kx = 0; kx <= 4; kx++)
316 mpfr_init2 (x, (m + kx) * GMP_NUMB_BITS
317 - (kx == 0 ? 0 : randlimb () % GMP_NUMB_BITS));
331 printf ("Error in test_equal for m = %d, kx = %d, ky = %d\n",
332 m, kx, ky);
H A Dtdiv_ui.c421 int i, kx, ky, px, pxmin, py, pymin, r; local
445 for (kx = 0; kx < 8; kx++)
448 if (kx != 0)
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dasin.c93 unsigned long k, err, kx, ky; local
140 kx = (5 * k - 3) * k;
143 kx = 5 * k;
144 kx = (kx + 1) / 2; /* takes into account the 1/2 factor in both cases */
145 /* now (5k-3)k/2 <= kx for e=1, and 5k/2 <= kx for e >= 2, thus
146 the maximal absolute error on Re(s),Im(s) is bounded by kx*2^(-e-p) */
149 ky = kx;
151 /* for the real part, convert the maximal absolute error kx*
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A DMakefile.am41 kx.exp \
116 kx.res \
192 kx.final \
263 kx.nexe \
345 kx \
494 kx_SOURCE = cmptest.h kx.c
H A DMakefile.in141 kdf$(EXEEXT) keygen$(EXEEXT) kx$(EXEEXT) metamorphic$(EXEEXT) \
260 kx_SOURCES = kx.c
261 kx_OBJECTS = kx.$(OBJEXT)
414 hash.c hash3.c kdf.c keygen.c kx.c metamorphic.c misuse.c \
430 hash.c hash3.c kdf.c keygen.c kx.c metamorphic.c misuse.c \
870 kx.exp \
945 kx.res \
1020 @NATIVECLIENT_TRUE@ kx.final \
1091 @NATIVECLIENT_TRUE@ kx.nexe \
1141 generichash generichash2 generichash3 hash hash3 kdf keygen kx \
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c1694 const char *kx, *au, *enc, *mac; local
1717 kx = "RSA";
1720 kx = "DH";
1723 kx = "ECDH";
1726 kx = "PSK";
1729 kx = "RSAPSK";
1732 kx = "ECDHEPSK";
1735 kx = "DHEPSK";
1738 kx = "SRP";
1741 kx
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c1639 const char *kx, *au, *enc, *mac; local
1662 kx = "RSA";
1665 kx = "DH";
1668 kx = "ECDH";
1671 kx = "PSK";
1674 kx = "RSAPSK";
1677 kx = "ECDHEPSK";
1680 kx = "DHEPSK";
1683 kx = "SRP";
1686 kx
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsub1sp.c1830 mp_size_t kx = n - 1 - (x / GMP_NUMB_BITS); local
1832 /* the round bit is in cp[kx], at position sx */
1834 rb = cp[kx] & (MPFR_LIMB_ONE << sx);
1839 kx --;
1844 rbb = cp[kx] & (MPFR_LIMB_ONE << sx);
1847 sbb = cp[kx] & MPFR_LIMB_MASK(sx);
1848 while (sbb == 0 && kx > 0)
1849 sbb = cp[--kx];
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_gnutls.c1678 gnutls_kx_algorithm_t kx; local
1688 kx = gnutls_kx_get(conn->session);
1689 kx_str = gnutls_kx_get_name(kx);
1698 if (kx == GNUTLS_KX_RSA)
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dpkinit.c1287 EncryptedData kx; local
1332 kckdata, kcklen, 0, &kx);
1340 &kx, &size, ret);
1341 free_EncryptedData(&kx);

Completed in 142 milliseconds