HomeSort by: relevance | last modified time | path
    Searched refs:lu (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/etc/rc.d/
downinterfaces 17 tmp=$(ifconfig -lu)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
xml-utils.cc 110 sprintf (str, "%lu", va_arg (ap, unsigned long));
  /src/external/gpl3/gdb/dist/gdbsupport/
xml-utils.cc 110 sprintf (str, "%lu", va_arg (ap, unsigned long));
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 25 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)
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)
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, NULL)
912 const SIGALG_LOOKUP *lu; local
980 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(sigs[i]); local
1031 const SIGALG_LOOKUP *lu; local
1269 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); local
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
2604 const SIGALG_LOOKUP *lu; local
2683 const SIGALG_LOOKUP *lu = NULL; local
2748 const SIGALG_LOOKUP *lu = NULL; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 33 static int tls12_sigalg_allowed(const SSL_CONNECTION *s, int op, const SIGALG_LOOKUP *lu);
679 SSL_CERT_LOOKUP lu; local
687 ctx->ssl_cert_info = OPENSSL_zalloc(sizeof(lu) * ctx->sigalg_list_len);
2188 const SIGALG_LOOKUP *lu; local
2212 for (i = 0, lu = sigalg_lookup_tbl;
2213 i < OSSL_NELEM(sigalg_lookup_tbl); lu++, i++) {
2216 cache[i] = *lu;
2226 if (lu->hash != NID_undef
2227 && ctx->ssl_digest_methods[lu->hash_idx] == NULL) {
2232 if (!EVP_PKEY_set_type(tmpkey, lu->sig))
2313 const SIGALG_LOOKUP *lu; local
2388 const SIGALG_LOOKUP *lu = ctx->sigalg_lookup_cache; local
2508 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), local
2527 const SIGALG_LOOKUP *lu; local
2592 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), sigs[i]); local
2706 const SIGALG_LOOKUP *lu; local
2978 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); local
3428 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), *sigalgs); local
3454 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), *psig); local
3481 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), *ptmp); local
3638 const SIGALG_LOOKUP *lu; local
4134 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), *p); local
4485 const SIGALG_LOOKUP *lu; local
4581 const SIGALG_LOOKUP *lu = NULL; local
4640 const SIGALG_LOOKUP *lu = NULL; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/power/
add_n.asm 59 L1: lu 8,4(4) C load s1 limb and update s1_ptr
60 lu 0,4(5) C load s2 limb and update s2_ptr
63 Leven: lu 9,4(4) C load s1 limb and update s1_ptr
64 lu 10,4(5) C load s2 limb and update s2_ptr
67 Loop: lu 8,4(4) C load s1 limb and update s1_ptr
68 lu 0,4(5) C load s2 limb and update s2_ptr
71 lu 9,4(4) C load s1 limb and update s1_ptr
72 lu 10,4(5) C load s2 limb and update s2_ptr
sub_n.asm 61 L1: lu 8,4(4) C load s1 limb and update s1_ptr
62 lu 0,4(5) C load s2 limb and update s2_ptr
65 Leven: lu 9,4(4) C load s1 limb and update s1_ptr
66 lu 10,4(5) C load s2 limb and update s2_ptr
69 Loop: lu 8,4(4) C load s1 limb and update s1_ptr
70 lu 0,4(5) C load s2 limb and update s2_ptr
73 lu 9,4(4) C load s1 limb and update s1_ptr
74 lu 10,4(5) C load s2 limb and update s2_ptr
lshift.asm 47 lu 0,-4(4) C read most significant limb
50 lu 0,-4(4) C read 2:nd most significant limb
53 Loop: lu 0,-4(4) C load next lower limb
addmul_1.asm 67 Lploop: lu 0,4(4)
79 lu 0,4(4)
96 Lnloop: lu 0,4(4)
108 lu 0,4(4)
mul_1.asm 65 Lploop: lu 0,4(4)
74 lu 0,4(4)
87 Lnloop: lu 0,4(4)
97 lu 0,4(4)
submul_1.asm 68 Lploop: lu 0,4(4)
81 lu 0,4(4)
99 Lnloop: lu 0,4(4)
112 lu 0,4(4)
rshift.asm 48 lu 0,4(4) C read 2:nd least significant limb
51 Loop: lu 0,4(4) C load next higher limb
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 31 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);
1171 const SIGALG_LOOKUP *lu; local
1173 = OPENSSL_malloc(sizeof(*lu) * OSSL_NELEM(sigalg_lookup_tbl));
1181 for (i = 0, lu = sigalg_lookup_tbl;
1182 i < OSSL_NELEM(sigalg_lookup_tbl); lu++, i++) {
1185 cache[i] = *lu;
1195 if (lu->hash != NID_undef
1196 && ctx->ssl_digest_methods[lu->hash_idx] == NULL) {
1201 if (!EVP_PKEY_set_type(tmpkey, lu->sig)) {
1226 const SIGALG_LOOKUP *lu; local
1342 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, tls_default_sigalg[idx]); local
1360 const SIGALG_LOOKUP *lu; local
1425 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, sigs[i]); local
1493 const SIGALG_LOOKUP *lu; local
1718 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); local
2158 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *sigalgs); local
2183 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *psig); local
2213 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *ptmp); local
2366 const SIGALG_LOOKUP *lu; local
2761 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *p); local
3092 const SIGALG_LOOKUP *lu; local
3185 const SIGALG_LOOKUP *lu = NULL; local
3242 const SIGALG_LOOKUP *lu = NULL; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
ia64.S 339 (p21) xmpy.lu f48=f37,f8
382 (p18) xma.lu f35=f34,f8,f39
444 (p20) xma.lu f42=f36,f8,f50 // low
510 (p25) xmpy.lu f42=f41,f41
668 { .mfi; xma.lu f40=f32,f120,f0 };; // (*)
670 { .mfi; xma.lu f50=f32,f121,f0 };;
672 { .mfi; xma.lu f60=f32,f122,f0 };;
674 { .mfi; xma.lu f70=f32,f123,f0 };;
676 { .mfi; xma.lu f80=f32,f124,f0 };;
678 { .mfi; xma.lu f90=f32,f125,f0 };
    [all...]
ia64-mont.pl 155 xmpy.lu alo[4]=alo[4],bi
162 xma.lu alo[3]=alo[3],bi,ahi[2]
168 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[0])*n0
181 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
187 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
226 xma.lu alo[4]=alo[4],bi,ahi[3]
232 xma.lu alo[3]=alo[3],bi,ahi[2]
239 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[i]+tp[0])*n0
259 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
271 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
ia64.S 339 (p21) xmpy.lu f48=f37,f8
382 (p18) xma.lu f35=f34,f8,f39
444 (p20) xma.lu f42=f36,f8,f50 // low
510 (p25) xmpy.lu f42=f41,f41
668 { .mfi; xma.lu f40=f32,f120,f0 };; // (*)
670 { .mfi; xma.lu f50=f32,f121,f0 };;
672 { .mfi; xma.lu f60=f32,f122,f0 };;
674 { .mfi; xma.lu f70=f32,f123,f0 };;
676 { .mfi; xma.lu f80=f32,f124,f0 };;
678 { .mfi; xma.lu f90=f32,f125,f0 };
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
ia64.S 340 (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 f90=f32,f125,f0 };
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
bit_util.c 124 TEST_FFS(unsigned long, lu, lu, "lu");
168 TEST_FLS(unsigned long, lu, lu, "lu");
198 TEST_FLS(unsigned long, lu_slow, lu, "lu");
260 TEST_POPCOUNT(unsigned long, lu, "lx");
  /src/external/bsd/jemalloc/dist/test/unit/
bit_util.c 127 TEST_FFS(unsigned long, lu, lu, "lu");
173 TEST_FLS(unsigned long, lu, lu, "lu");
203 TEST_FLS(unsigned long, lu_slow, lu, "lu");
267 TEST_POPCOUNT(unsigned long, lu, "lx");
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_lu.c 230 X509_LOOKUP *lu; local
242 lu = sk_X509_LOOKUP_value(sk, i);
243 X509_LOOKUP_shutdown(lu);
244 X509_LOOKUP_free(lu);
272 X509_LOOKUP *lu; local
276 lu = sk_X509_LOOKUP_value(sk, i);
277 if (m == lu->method) {
278 return lu;
282 lu = X509_LOOKUP_new(m);
283 if (lu == NULL)
324 X509_LOOKUP *lu; local
    [all...]
by_dir.c 54 static int new_dir(X509_LOOKUP *lu);
55 static void free_dir(X509_LOOKUP *lu);
108 static int new_dir(X509_LOOKUP *lu)
126 lu->method_data = a;
156 static void free_dir(X509_LOOKUP *lu)
158 BY_DIR *a = (BY_DIR *)lu->method_data;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
by_dir.c 44 static int new_dir(X509_LOOKUP *lu);
45 static void free_dir(X509_LOOKUP *lu);
93 static int new_dir(X509_LOOKUP *lu)
113 lu->method_data = a;
143 static void free_dir(X509_LOOKUP *lu)
145 BY_DIR *a = (BY_DIR *)lu->method_data;
x509_lu.c 208 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 == NULL)
293 X509_LOOKUP *lu; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_lu.c 227 X509_LOOKUP *lu; local
239 lu = sk_X509_LOOKUP_value(sk, i);
240 X509_LOOKUP_shutdown(lu);
241 X509_LOOKUP_free(lu);
268 X509_LOOKUP *lu; local
272 lu = sk_X509_LOOKUP_value(sk, i);
273 if (m == lu->method) {
274 return lu;
278 lu = X509_LOOKUP_new(m);
279 if (lu == NULL)
314 X509_LOOKUP *lu; local
    [all...]
by_dir.c 54 static int new_dir(X509_LOOKUP *lu);
55 static void free_dir(X509_LOOKUP *lu);
108 static int new_dir(X509_LOOKUP *lu)
128 lu->method_data = a;
158 static void free_dir(X509_LOOKUP *lu)
160 BY_DIR *a = (BY_DIR *)lu->method_data;

Completed in 58 milliseconds

1 2 3