Searched refs:reversible (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_user_sa.h61 __u32 reversible; member in struct:ib_user_path_rec
H A Dib_sa.h132 int reversible; member in struct:ib_sa_path_rec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_marshall.c101 dst->reversible = src->reversible;
127 dst->reversible = src->reversible;
H A Dsa_query.c164 { PATH_REC_FIELD(reversible),
H A Dcm.c1235 primary_path->reversible = 1;
1256 alt_path->reversible = 1;
2631 path->reversible = 1;
H A Dcma.c1562 path_rec.reversible = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deccrypto.h69 void EncodeElement(bool reversible, const Element &element, byte *encoded) const argument
71 if (reversible)
76 unsigned int GetEncodedElementSize(bool reversible) const
78 if (reversible)
H A Dgfpcrypt.h53 void EncodeElement(bool reversible, const Element &element, byte *encoded) const argument
55 unsigned int GetEncodedElementSize(bool reversible) const {return GetModulus().ByteCount();}
H A Dpubkey.h594 virtual unsigned int GetEncodedElementSize(bool reversible) const =0;
595 virtual void EncodeElement(bool reversible, const Element &element, byte *encoded) const =0;

Completed in 152 milliseconds