Searched refs:lu (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A Ds_ilogbl.c35 m = 1lu << (LDBL_MANL_SIZE - 1);
39 m = 1lu << (LDBL_MANH_SIZE - 1);
H A Ds_logbl.c37 m = 1lu << (LDBL_MANL_SIZE - 1);
41 m = 1lu << (LDBL_MANH_SIZE - 1);
/freebsd-12-stable/crypto/openssl/ssl/
H A Dt1_lib.c25 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);
813 int tls1_lookup_md(const SIGALG_LOOKUP *lu, const EVP_MD **pmd) argument
816 if (lu == NULL)
818 /* lu->hash == NID_undef means no associated digest */
819 if (lu->hash == NID_undef) {
822 md = ssl_md(lu->hash_idx);
839 static int rsa_pss_check_min_key_size(const RSA *rsa, const SIGALG_LOOKUP *lu) argument
845 if (!tls1_lookup_md(lu, &md) || md == NULL)
896 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(tls_default_sigalg[idx]); local
898 if (!tls1_lookup_md(lu, NUL
912 const SIGALG_LOOKUP *lu; local
980 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(sigs[i]); local
998 sigalg_security_bits(const SIGALG_LOOKUP *lu) argument
1031 const SIGALG_LOOKUP *lu; local
1269 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); local
1593 tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu) argument
1678 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(*sigalgs); local
1703 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(*psig); local
1732 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(*ptmp); local
1884 const SIGALG_LOOKUP *lu; local
2279 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(*p); local
2573 tls12_get_cert_sigalg_idx(const SSL *s, const SIGALG_LOOKUP *lu) argument
2597 const SIGALG_LOOKUP *lu; local
2676 const SIGALG_LOOKUP *lu = NULL; local
2741 const SIGALG_LOOKUP *lu = NULL; local
[all...]
H A Dssl_local.h2576 __owur int tls1_lookup_md(const SIGALG_LOOKUP *lu, const EVP_MD **pmd);
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S340 (p21) xmpy.lu f48=f37,f8
383 (p18) xma.lu f35=f34,f8,f39
445 (p20) xma.lu f42=f36,f8,f50 // low
511 (p25) xmpy.lu f42=f41,f41
669 { .mfi; xma.lu f40=f32,f120,f0 };; // (*)
671 { .mfi; xma.lu f50=f32,f121,f0 };;
673 { .mfi; xma.lu f60=f32,f122,f0 };;
675 { .mfi; xma.lu f70=f32,f123,f0 };;
677 { .mfi; xma.lu f80=f32,f124,f0 };;
679 { .mfi; xma.lu f9
[all...]
H A Dia64-mont.pl154 xmpy.lu alo[4]=alo[4],bi
161 xma.lu alo[3]=alo[3],bi,ahi[2]
167 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[0])*n0
180 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
186 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
225 xma.lu alo[4]=alo[4],bi,ahi[3]
231 xma.lu alo[3]=alo[3],bi,ahi[2]
238 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[i]+tp[0])*n0
258 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
270 (p20) xma.lu nl
[all...]
/freebsd-12-stable/usr.sbin/ypldap/
H A Daldap.c562 aldap_free_url(struct aldap_url *lu)
564 free(lu->buffer);
565 free(lu->filter);
569 aldap_parse_url(char *url, struct aldap_url *lu)
575 if ((lu->buffer = p = strdup(url)) == NULL)
581 lu->protocol = LDAP;
593 lu->port = strtonum(++forward2, 0, PORT_MAX, &errstr);
601 lu->host = p;
612 lu->dn = p;
627 lu
[all...]
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dby_dir.c44 static int new_dir(X509_LOOKUP *lu);
45 static void free_dir(X509_LOOKUP *lu);
93 static int new_dir(X509_LOOKUP *lu) argument
113 lu->method_data = a;
143 static void free_dir(X509_LOOKUP *lu) argument
145 BY_DIR *a = (BY_DIR *)lu->method_data;
H A Dx509_lu.c208 X509_LOOKUP *lu; local
220 lu = sk_X509_LOOKUP_value(sk, i);
221 X509_LOOKUP_shutdown(lu);
222 X509_LOOKUP_free(lu);
249 X509_LOOKUP *lu; local
253 lu = sk_X509_LOOKUP_value(sk, i);
254 if (m == lu->method) {
255 return lu;
259 lu = X509_LOOKUP_new(m);
260 if (lu
293 X509_LOOKUP *lu; local
[all...]
/freebsd-12-stable/usr.bin/write/
H A Dwrite.c204 struct utmpx lu, *u; local
206 strncpy(lu.ut_line, tty, sizeof lu.ut_line);
207 while ((u = getutxline(&lu)) != NULL)
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig53 iface_up=$( ifconfig -lu | grep -w "$WLAN_IFACE" )
/freebsd-12-stable/tests/sys/netgraph/
H A Dutil.c201 struct timeval timeout = {0, ms * 1000lu};
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_lib.c240 const SIGALG_LOOKUP *lu = s->s3->tmp.sigalg; local
242 if (lu == NULL || s->s3->tmp.cert == NULL) {
249 if (pkey == NULL || !tls1_lookup_md(lu, &md)) {
268 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) {
287 if (lu->sig == EVP_PKEY_RSA_PSS) {
315 int pktype = lu->sig;
H A Dstatem_srvr.c2498 const SIGALG_LOOKUP *lu = s->s3->tmp.sigalg; local
2669 lu = NULL;
2670 } else if (lu == NULL) {
2768 if (lu != NULL) {
2775 if (pkey == NULL || !tls1_lookup_md(lu, &md)) {
2790 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) {
2810 if (lu->sig == EVP_PKEY_RSA_PSS) {
/freebsd-12-stable/contrib/amd/fsinfo/
H A Dnull_gram.c648 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1075 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-12-stable/crypto/heimdal/lib/com_err/
H A Dparse.c794 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1277 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1186 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1669 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-12-stable/sbin/dhclient/
H A Doptions.c795 opcount = snprintf(op, opleft, "%lu",
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-mips.c5034 as_bad (_("Improper position (%lu)"), pos);
5040 as_bad (_("Improper extract size (%lu, position %lu)"),
5082 as_bad (_("Improper position (%lu)"), pos);
5088 as_bad (_("Improper insert size (%lu, position %lu)"),
8775 as_bad (_("BALIGN immediate not 1 or 3 (%lu)"),
8788 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
8801 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
8814 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dread-rtl.c1035 (infile, "missing closing } for opening brace on line %lu",
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c768 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1251 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1179 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1662 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
3501 reply(213, "%lu", (unsigned long)stbuf.st_size);
3528 reply(213, "%lu", (unsigned long)count);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1641 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
2068 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-12-stable/sys/dev/ocs_fc/
H A Dsli4.h898 lu:1; member in struct:sli4_port_state_s

Completed in 564 milliseconds