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

/freebsd-13-stable/crypto/heimdal/appl/
H A DMakefile.am25 kx \
H A DMakefile.in114 xnlock telnet test kx kf dceutils
402 kx \
/freebsd-13-stable/lib/msun/src/
H A Ds_clog.c51 int kx, ky; local
66 kx = (hax >> 20) - 1023;
71 if (kx == MAX_EXP || ky == MAX_EXP)
82 if (kx - ky > MANT_DIG || ay == 0)
86 if (kx >= MAX_EXP - 1)
89 if (kx >= (MAX_EXP - 1) / 2)
93 if (kx <= MIN_EXP - 2)
H A Ds_clogf.c51 int kx, ky; local
66 kx = (hax >> 23) - 127;
71 if (kx == MAX_EXP || ky == MAX_EXP)
82 if (kx - ky > MANT_DIG || hay == 0)
86 if (kx >= MAX_EXP - 1)
89 if (kx >= (MAX_EXP - 1) / 2)
93 if (kx <= MIN_EXP - 2)
H A Ds_clogl.c66 int kx, ky; local
83 kx = hax - 16383;
88 if (kx == MAX_EXP || ky == MAX_EXP)
99 if (kx - ky > MANT_DIG || ay == 0)
103 if (kx >= MAX_EXP - 1)
106 if (kx >= (MAX_EXP - 1) / 2)
110 if (kx <= MIN_EXP - 2)
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Diostat41 out=$(iostat -kx \
H A Diostat-10s41 out=$(iostat -kx \
H A Diostat-1s41 out=$(iostat -kx \
/freebsd-13-stable/sys/contrib/libsodium/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
/freebsd-13-stable/contrib/bearssl/src/hash/
H A Dghash_pclmul.c145 * From a 128-bit value kw, compute kx as the XOR of the two 64-bit
146 * halves of kw (into the right half of kx; left half is unspecified).
148 #define BK(kw, kx) do { \
149 kx = _mm_xor_si128(kw, _mm_shuffle_epi32(kw, 0x0E)); \
154 * the XOR of the two values (kx).
156 #define PBK(k0, k1, kw, kx) do { \
158 kx = _mm_xor_si128(k0, k1); \
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_ciph.c1640 const char *kx, *au, *enc, *mac; local
1663 kx = "RSA";
1666 kx = "DH";
1669 kx = "ECDH";
1672 kx = "PSK";
1675 kx = "RSAPSK";
1678 kx = "ECDHEPSK";
1681 kx = "DHEPSK";
1684 kx = "SRP";
1687 kx
[all...]
/freebsd-13-stable/contrib/wpa/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)

Completed in 152 milliseconds