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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drsa.c421 gcry_mpi_t xq = NULL;
428 /* Make sure that |xp - xq| > 2^{nbits - 100} holds. */
432 gcry_mpi_release (xq);
433 xq = gen_x931_parm_xp (nbits/2);
434 mpi_sub (tmpval, xp, xq);
468 tbl[5].value = &xq;
496 q = _gcry_derive_x931_prime (xq, xq1, xq2, e, NULL, NULL);
500 gcry_mpi_release (xq); xq = NULL;
420 gcry_mpi_t xq = NULL; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dppp_generic.c76 struct sk_buff_head xq; /* pppd transmit queue */ member in struct:ppp_file
154 spinlock_t downl; /* protects `chan', file.xq dequeue */
657 skb_queue_tail(&pf->xq, skb);
1115 skb_queue_tail(&ppp->file.xq, skb);
1203 && (skb = skb_dequeue(&ppp->file.xq)) != 0)
1207 if (ppp->xmit_pending == 0 && skb_peek(&ppp->file.xq) == 0)
1496 if (skb_queue_empty(&pch->file.xq) ||
1633 if (!skb_queue_empty(&pch->file.xq) ||
1635 skb_queue_tail(&pch->file.xq, frag);
1671 while (!skb_queue_empty(&pch->file.xq)) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl387 my $xq = shift;
401 . "(Xq #$xq#))))\n";

Completed in 71 milliseconds