Searched refs:snum (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_div.c185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
227 snum=BN_CTX_get(ctx);
232 if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL)
240 if (!(BN_lshift(snum,num,norm_shift))) goto err;
241 snum->neg=0;
243 num_n=snum->top;
245 /* Lets setup a 'window' into snum
249 wnum.d = &(snum->d[loop]);
252 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
259 /* pointer to the 'top' of snum */
430 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c458 unsigned char snum = sizeof(id->ptr); local
459 while (snum--)
460 accum += *(src++) * hash_coeffs[(snum + dnum) & 7];
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dcma.c2118 unsigned short snum)
2128 ret = idr_get_new_above(ps, bind_list, snum, &port);
2134 if (port != snum) {
2205 unsigned short snum; local
2208 snum = ntohs(sin->sin_port);
2210 if (snum < PROT_SOCK && !capable(CAP_NET_BIND_SERVICE))
2214 bind_list = idr_find(ps, snum);
2216 return cma_alloc_port(ps, id_priv, snum);
2117 cma_alloc_port(struct idr *ps, struct rdma_id_private *id_priv, unsigned short snum) argument

Completed in 51 milliseconds