Home
last modified time | relevance | path

Searched refs:kx (Results 1 – 25 of 25) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_clogf.c48 int kx, ky; in clogf() local
63 kx = (hax >> 23) - 127; in clogf()
68 if (kx == MAX_EXP || ky == MAX_EXP) in clogf()
79 if (kx - ky > MANT_DIG || hay == 0) in clogf()
83 if (kx >= MAX_EXP - 1) in clogf()
86 if (kx >= (MAX_EXP - 1) / 2) in clogf()
90 if (kx <= MIN_EXP - 2) in clogf()
H A Ds_clog.c48 int kx, ky; in clog() local
63 kx = (hax >> 20) - 1023; in clog()
68 if (kx == MAX_EXP || ky == MAX_EXP) in clog()
79 if (kx - ky > MANT_DIG || ay == 0) in clog()
83 if (kx >= MAX_EXP - 1) in clog()
86 if (kx >= (MAX_EXP - 1) / 2) in clog()
90 if (kx <= MIN_EXP - 2) in clog()
H A Ds_clogl.c63 int kx, ky; in clogl() local
80 kx = hax - 16383; in clogl()
85 if (kx == MAX_EXP || ky == MAX_EXP) in clogl()
96 if (kx - ky > MANT_DIG || ay == 0) in clogl()
100 if (kx >= MAX_EXP - 1) in clogl()
103 if (kx >= (MAX_EXP - 1) / 2) in clogl()
107 if (kx <= MIN_EXP - 2) in clogl()
/freebsd/sys/contrib/libsodium/test/default/
H A DMakefile.am41 kx.exp \
116 kx.res \
192 kx.final \
263 kx.nexe \
/freebsd/contrib/bearssl/src/hash/
H A Dghash_pclmul.c148 #define BK(kw, kx) do { \ argument
149 kx = _mm_xor_si128(kw, _mm_shuffle_epi32(kw, 0x0E)); \
156 #define PBK(k0, k1, kw, kx) do { \ argument
158 kx = _mm_xor_si128(k0, k1); \
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c1717 kx = "RSA"; in SSL_CIPHER_description()
1720 kx = "DH"; in SSL_CIPHER_description()
1723 kx = "ECDH"; in SSL_CIPHER_description()
1726 kx = "PSK"; in SSL_CIPHER_description()
1729 kx = "RSAPSK"; in SSL_CIPHER_description()
1735 kx = "DHEPSK"; in SSL_CIPHER_description()
1738 kx = "SRP"; in SSL_CIPHER_description()
1741 kx = "GOST"; in SSL_CIPHER_description()
1744 kx = "GOST18"; in SSL_CIPHER_description()
1747 kx = "any"; in SSL_CIPHER_description()
[all …]
/freebsd/crypto/heimdal/
H A DFREEBSD-Xlist6 appl/kx
H A DNEWS753 * fix typo in kx (now compiles)
787 * kx/rsh/push/pop_debug tries v5 and v4 consistenly
878 * krb5-aware kx
H A DChangeLog.19991175 * appl/Makefile.am (SUBDIRS): add kx
H A DChangeLog.1998687 * configure.in: add X-tests, and {bin,...}dir appl/{kx,kauth}
H A Dconfigure29758 "appl/kx/Makefile") CONFIG_FILES="$CONFIG_FILES appl/kx/Makefile" ;;
/freebsd/crypto/heimdal/appl/
H A DMakefile.am25 kx \ subdir
H A DMakefile.in114 xnlock telnet test kx kf dceutils
402 kx \
/freebsd/crypto/openssl/test/certs/
H A Dalt1-cert.pem16 hfh9+Lw4620b2S1/l2YxFM3peLAsRgJOznmJOeG18+y7/kx/3UNqYGY7e8iJQ3Gl
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Diostat50 out=$(iostat -kx \
H A Diostat-10s50 out=$(iostat -kx \
H A Diostat-1s50 out=$(iostat -kx \
/freebsd/crypto/heimdal/etc/
H A Dservices.append25 kx 2111/tcp # X over kerberos
/freebsd/sys/contrib/libsodium/
H A D.gitignore117 test/default/kx
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1674 : KxRSA : kx-rsa
1675 : KxECDHE : kx-ecdhe
1676 : KxDHE : kx-dhe
1677 : KxECDHE-PSK : kx-ecdhe-psk
1678 : KxDHE-PSK : kx-dhe-psk
1679 : KxRSA_PSK : kx-rsa-psk
1680 : KxPSK : kx-psk
1681 : KxSRP : kx-srp
1682 : KxGOST : kx-gost
1683 : KxGOST18 : kx-gost18
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dtls_gnutls.c1678 gnutls_kx_algorithm_t kx; in tls_get_cipher() local
1688 kx = gnutls_kx_get(conn->session); in tls_get_cipher()
1689 kx_str = gnutls_kx_get_name(kx); in tls_get_cipher()
1698 if (kx == GNUTLS_KX_RSA) in tls_get_cipher()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dethernet-phy.yaml135 eee-broken-1000kx:
/freebsd/contrib/sendmail/
H A DPGPKEYS2019 6sJF0gs2yA//cgc+g1wPRFzJeQGv5UFR3TCAMtS+/bzY3UU/eG2Jmbv2qwPbn+kx
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src9538 hp2621b-kx|hp 2621b with extended keyboard,
9541 hp2621b-kx-p|hp 2621b with new keyboard & printer,
9542 use=hp+printer, use=hp2621b-kx,
/freebsd/
H A DObsoleteFiles.inc5495 OLD_FILES+=usr/share/terminfo/h/hp2621b-kx
5496 OLD_FILES+=usr/share/terminfo/h/hp2621b-kx-p