Searched refs:tmp (Results 151 - 175 of 303) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/kernel/
H A Dstring.c76 char *tmp = dest; local
79 if ((*tmp = *src) != 0) src++;
80 tmp++;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dpcy_cache.c264 X509_POLICY_DATA tmp; local
265 tmp.valid_policy = (ASN1_OBJECT *)id;
266 idx = sk_X509_POLICY_DATA_find(cache->data, &tmp);
H A Dv3_sxnet.c108 char *tmp;
115 tmp = i2s_ASN1_INTEGER(NULL, id->zone);
116 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
117 OPENSSL_free(tmp);
/barrelfish-2018-10-04/usr/replay/
H A Dhash.c137 unsigned long tmp; local
171 tmp = entry1->val;
173 entry2->val = tmp;
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dmerge.c254 tmp = *a; *a++ = *s; *s++ = tmp; \
263 tmp = *bot; *bot++ = *s; *s++ = tmp; \
278 int i, length, size2, tmp, sense; local
349 u_char *ai, *s, *t, *u, tmp; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdsa/
H A Decs_ossl.c216 BIGNUM *kinv=NULL, *s, *m=NULL,*tmp=NULL,*order=NULL; local
243 (tmp = BN_new()) == NULL || (m = BN_new()) == NULL)
292 if (!BN_mod_mul(tmp, priv_key, ret->r, order, ctx))
297 if (!BN_mod_add_quick(s, tmp, m, order))
334 if (tmp)
335 BN_clear_free(tmp);
417 /* u1 = m * tmp mod order */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dby_dir.c291 X509_OBJECT stmp,*tmp; local
425 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
426 else tmp = NULL;
466 if (tmp != NULL)
469 ret->type=tmp->type;
470 memcpy(&ret->data,&tmp->data,sizeof(ret->data));
474 /* CRYPTO_add(&tmp->data.x509->references,1,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes_locl.h186 { DES_LONG tmp; LOAD_DATA(R,S,u,t,E0,E1,tmp); }
188 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \
191 tmp=(u<<16); u^=R^s[S ]; u^=tmp; \
192 tmp=(t<<16); t^=R^s[S+1]; t^=tmp
195 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dmem_dbg.c361 APP_INFO tmp; local
366 CRYPTO_THREADID_current(&tmp.threadid);
367 if ((ret=lh_APP_INFO_delete(amih,&tmp)) != NULL)
377 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid))
381 CRYPTO_THREADID_hash(&tmp.threadid));
485 APP_INFO tmp,*amim; local
542 CRYPTO_THREADID_current(&tmp.threadid);
545 && (amim=lh_APP_INFO_retrieve(amih,&tmp)) != NULL)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds2_clnt.c369 s->s2->tmp.cert_type= *(p++);
372 n2s(p,i); s->s2->tmp.cert_length=i;
373 n2s(p,i); s->s2->tmp.csl=i;
374 n2s(p,i); s->s2->tmp.conn_id_length=i;
379 len = 11 + (unsigned long)s->s2->tmp.cert_length + (unsigned long)s->s2->tmp.csl + (unsigned long)s->s2->tmp.conn_id_length;
396 if (s->s2->tmp.cert_length != 0)
401 if (s->s2->tmp.cert_type != 0)
410 if (s->s2->tmp
[all...]
H A Dd1_clnt.c244 s->s3->tmp.next_state=SSL3_ST_CR_SRVR_HELLO_A;
303 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
304 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK))
357 if (s->s3->tmp.cert_req)
385 if (s->s3->tmp.cert_req == 1)
417 s->session->cipher=s->s3->tmp.new_cipher;
421 if (s->s3->tmp.new_compression == NULL)
425 s->s3->tmp.new_compression->id;
457 s->s3->tmp.next_state=SSL_ST_OK;
470 s->s3->tmp
[all...]
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Dsfn5122f_cdriver.c291 uint16_t tmp; local
294 tmp = 0x1fff ^ key >> 16;
295 tmp = tmp ^ tmp >> 3 ^ tmp >> 6;
296 tmp = tmp ^ tmp >> 9;
298 tmp
1633 uint32_t tmp; local
[all...]
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dip_frag.c136 struct ip_reassdata *tmp; local
139 tmp = r;
143 ip_reass_free_complete_datagram(tmp, prev);
658 u16_t tmp; local
689 tmp = ntohs(IPH_OFFSET(iphdr));
690 ofo = tmp & IP_OFFMASK;
691 omf = tmp & IP_MF;
701 tmp = omf | (IP_OFFMASK & (ofo));
703 tmp = tmp | IP_M
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Dip4_frag.c139 struct ip_reassdata *tmp; local
141 tmp = r;
145 ip_reass_free_complete_datagram(tmp, prev);
700 u16_t tmp; local
707 tmp = lwip_ntohs(IPH_OFFSET(iphdr));
708 ofo = tmp & IP_OFFMASK;
709 LWIP_ERROR("ip_frag(): MF already set", (tmp & IP_MF) == 0, return ERR_VAL);
793 tmp = (IP_OFFMASK & (ofo));
795 tmp = tmp | IP_M
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Duverbs_main.c148 struct ib_uverbs_event *evt, *tmp; local
152 list_for_each_entry_safe(evt, tmp, &uobj->comp_list, obj_list) {
162 list_for_each_entry_safe(evt, tmp, &uobj->async_list, obj_list) {
172 struct ib_uverbs_event *evt, *tmp; local
175 list_for_each_entry_safe(evt, tmp, &uobj->event_list, obj_list) {
185 struct ib_uverbs_mcast_entry *mcast, *tmp; local
187 list_for_each_entry_safe(mcast, tmp, &uobj->mcast_list, list) {
197 struct ib_uobject *uobj, *tmp; local
204 list_for_each_entry_safe(uobj, tmp, &context->ah_list, list) {
212 list_for_each_entry_safe(uobj, tmp,
383 struct ib_uverbs_event *entry, *tmp; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_key.c178 BIGNUM *tmp; local
191 tmp = BN_CTX_get(ctx);
218 if (!dh->meth->bn_mod_exp(dh, tmp, pub_key, dh->priv_key,dh->p,ctx,mont))
224 ret=BN_bn2bin(tmp,key);
/barrelfish-2018-10-04/include/arch/arm/machine/
H A Datomic-v4.h60 u_int cpsr_save, tmp; \
66 : "=r" (cpsr_save), "=r" (tmp) \
290 uint32_t start, tmp, ras_start = ARM_RAS_START; local
306 : "+r" (ras_start), "=r" (start), "=r" (tmp), "+r" (p), "+r" (v)
/barrelfish-2018-10-04/include/netinet/
H A Dip6.h310 int tmp; \
314 t = m_pulldown((m), (off), (len), &tmp); \
316 if (t->m_len < tmp + (len)) \
318 (val) = (typ)(mtod(t, caddr_t) + tmp); \
/barrelfish-2018-10-04/usr/eclipseclp/
H A DPACK215 ALLFILES=/tmp/allfiles$$
216 EXCLUDEFILES=/tmp/excludefiles$$
217 SELECTEDFILES=/tmp/selectedfiles$$
218 RPM_SELECTEDFILES=/tmp/rpm_selectedfiles$$
219 EXCLUDED_ECOS=/tmp/excluded_eco_files$$
220 NSIS_SELECTED_FILES=/tmp/nsis_files$$
329 BUILD_ROOT=/tmp/eclipse_rpm_build_root
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_parse.c144 int tmp; local
147 tmp = section;
148 if (tmp < 0 || section >= ns_s_max)
207 int tmp; local
210 if ((tmp = section) < 0 || section >= ns_s_max)
H A Dns_name.c621 u_char tmp[NS_MAXCDNAME]; local
624 if ((n = ns_name_unpack(msg, eom, src, tmp, sizeof tmp)) == -1)
626 if (ns_name_ntop(tmp, dst, dstsiz) == -1)
650 u_char tmp[NS_MAXCDNAME]; local
652 if (ns_name_pton(src, tmp, sizeof tmp) == -1)
654 return (ns_name_pack(tmp, dst, dstsiz, dnptrs, lastdnptr));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dencode.c238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
257 tmp= *(in++);
258 v=conv_ascii2bin(tmp);
263 d[n++]=tmp;
276 if (tmp == '=')
H A Dbio_ok.c488 unsigned char tmp[EVP_MAX_MD_SIZE]; local
502 EVP_DigestFinal_ex(md, tmp, NULL);
503 ret= memcmp(&(ctx->buf[ctx->buf_off]), tmp, md->digest->md_size) == 0;
546 unsigned char tmp[EVP_MAX_MD_SIZE]; local
560 EVP_DigestFinal_ex(md, tmp, NULL);
561 if(memcmp(&(ctx->buf[tl+ OK_BLOCK_BLOCK]), tmp, md->digest->md_size) == 0)
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Datomic.c274 type tmp = *dest;\
277 return tmp;\
311 type tmp = *ptr;\
312 *ptr = tmp op val;\
314 return tmp;\
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dinet_chksum.c195 u32_t sum = 0, tmp; local
214 tmp = sum + *pl++; /* ping */
215 if (tmp < sum) {
216 tmp++; /* add back carry */
219 sum = tmp + *pl++; /* pong */
220 if (sum < tmp) {

Completed in 788 milliseconds

1234567891011>>