| /freebsd/lib/msun/src/ |
| H A D | s_clog.c | 48 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 D | s_clogf.c | 48 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 D | s_clogl.c | 63 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 D | Makefile.am | 40 kx.exp \ 115 kx.res \ 191 kx.final \ 262 kx.nexe \
|
| /freebsd/contrib/bearssl/src/hash/ |
| H A D | ghash_pclmul.c | 148 #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 D | ssl_ciph.c | 1661 const char *kx, *au, *enc, *mac; in SSL_CIPHER_description() local 1682 kx = "RSA"; in SSL_CIPHER_description() 1685 kx = "DH"; in SSL_CIPHER_description() 1688 kx = "ECDH"; in SSL_CIPHER_description() 1691 kx = "PSK"; in SSL_CIPHER_description() 1694 kx = "RSAPSK"; in SSL_CIPHER_description() 1697 kx = "ECDHEPSK"; in SSL_CIPHER_description() 1700 kx = "DHEPSK"; in SSL_CIPHER_description() 1703 kx = "SRP"; in SSL_CIPHER_description() 1706 kx = "GOST"; in SSL_CIPHER_description() [all …]
|
| /freebsd/crypto/heimdal/ |
| H A D | FREEBSD-Xlist | 6 appl/kx
|
| H A D | NEWS | 753 * fix typo in kx (now compiles) 787 * kx/rsh/push/pop_debug tries v5 and v4 consistenly 878 * krb5-aware kx
|
| H A D | ChangeLog.1999 | 1175 * appl/Makefile.am (SUBDIRS): add kx
|
| H A D | ChangeLog.1998 | 687 * configure.in: add X-tests, and {bin,...}dir appl/{kx,kauth}
|
| H A D | configure | 29758 "appl/kx/Makefile") CONFIG_FILES="$CONFIG_FILES appl/kx/Makefile" ;;
|
| /freebsd/crypto/heimdal/appl/ |
| H A D | Makefile.am | 25 kx \ subdir
|
| H A D | Makefile.in | 114 xnlock telnet test kx kf dceutils 402 kx \
|
| /freebsd/crypto/openssl/test/certs/ |
| H A D | alt1-cert.pem | 16 hfh9+Lw4620b2S1/l2YxFM3peLAsRgJOznmJOeG18+y7/kx/3UNqYGY7e8iJQ3Gl
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | iostat-10s | 50 out=$(iostat -kx \
|
| H A D | iostat | 50 out=$(iostat -kx \
|
| H A D | iostat-1s | 50 out=$(iostat -kx \
|
| /freebsd/crypto/heimdal/etc/ |
| H A D | services.append | 25 kx 2111/tcp # X over kerberos
|
| /freebsd/sys/contrib/libsodium/ |
| H A D | .gitignore | 117 test/default/kx
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | tls_gnutls.c | 1678 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/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 1819 : KxRSA : kx-rsa 1820 : KxECDHE : kx-ecdhe 1821 : KxDHE : kx-dhe 1822 : KxECDHE-PSK : kx-ecdhe-psk 1823 : KxDHE-PSK : kx-dhe-psk 1824 : KxRSA_PSK : kx-rsa-psk 1825 : KxPSK : kx-psk 1826 : KxSRP : kx-srp 1827 : KxGOST : kx-gost 1828 : KxGOST18 : kx-gost18 [all …]
|
| /freebsd/contrib/sendmail/ |
| H A D | PGPKEYS | 2019 6sJF0gs2yA//cgc+g1wPRFzJeQGv5UFR3TCAMtS+/bzY3UU/eG2Jmbv2qwPbn+kx
|
| /freebsd/ |
| H A D | ObsoleteFiles.inc | 7066 OLD_FILES+=usr/share/terminfo/h/hp2621b-kx 7067 OLD_FILES+=usr/share/terminfo/h/hp2621b-kx-p
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 10618 hp2621b-kx|HP 2621b with extended keyboard, 10621 hp2621b-kx-p|HP 2621b with new keyboard & printer, 10622 use=hp+printer, use=hp2621b-kx,
|