Searched refs:Ref (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddlltest.cpp116 dsaPublicKey.DEREncode(StringSink(encodedDsaPublicKey).Ref());
117 dsaPrivateKey.DEREncode(StringSink(encodedDsaPrivateKey).Ref());
121 decodedDsaPrivateKey.BERDecode(StringStore(encodedDsaPrivateKey).Ref());
123 decodedDsaPublicKey.BERDecode(StringStore(encodedDsaPublicKey).Ref());
H A Dfipstest.cpp116 KnownAnswerTest(ECB_Mode_ExternalCipher::Encryption(encryption).Ref(), ECB_Mode_ExternalCipher::Decryption(decryption).Ref(), plaintext, ecb);
118 KnownAnswerTest(CBC_Mode_ExternalCipher::Encryption(encryption, iv).Ref(), CBC_Mode_ExternalCipher::Decryption(decryption, iv).Ref(), plaintext, cbc);
120 KnownAnswerTest(CFB_Mode_ExternalCipher::Encryption(encryption, iv).Ref(), CFB_Mode_ExternalCipher::Decryption(encryption, iv).Ref(), plaintext, cfb);
122 KnownAnswerTest(OFB_Mode_ExternalCipher::Encryption(encryption, iv).Ref(), OFB_Mode_ExternalCipher::Decryption(encryption, iv).Ref(), plaintext, ofb);
124 KnownAnswerTest(CTR_Mode_ExternalCipher::Encryption(encryption, iv).Ref(), CTR_Mode_ExternalCipher::Decryption(encryption, iv).Ref(), plaintex
[all...]
H A Dosrng.cpp81 const MicrosoftCryptoProvider &m_Provider = Singleton<MicrosoftCryptoProvider>().Ref();
H A Dvalidat1.cpp572 fail = !TestFilter(StreamTransformationFilter(modeE, NULL, StreamTransformationFilter::NO_PADDING).Ref(),
578 fail = !TestFilter(StreamTransformationFilter(modeD, NULL, StreamTransformationFilter::NO_PADDING).Ref(),
591 fail = !TestFilter(StreamTransformationFilter(modeE, NULL, StreamTransformationFilter::NO_PADDING).Ref(),
597 fail = !TestFilter(StreamTransformationFilter(modeD, NULL, StreamTransformationFilter::NO_PADDING).Ref(),
616 fail = !TestFilter(StreamTransformationFilter(modeE).Ref(),
622 fail = !TestFilter(StreamTransformationFilter(modeD).Ref(),
637 fail = !TestFilter(StreamTransformationFilter(modeE, NULL, StreamTransformationFilter::ONE_AND_ZEROS_PADDING).Ref(),
643 fail = !TestFilter(StreamTransformationFilter(modeD, NULL, StreamTransformationFilter::ONE_AND_ZEROS_PADDING).Ref(),
655 fail = !TestFilter(StreamTransformationFilter(modeE, NULL, StreamTransformationFilter::ZEROS_PADDING).Ref(),
661 fail = !TestFilter(StreamTransformationFilter(modeD, NULL, StreamTransformationFilter::ZEROS_PADDING).Ref(),
[all...]
H A Ddatatest.cpp107 PutDecodedDatumInto(data, name, StringSink(s).Ref());
115 PutDecodedDatumInto(data, name, StringSink(s).Ref());
138 PutDecodedDatumInto(m_data, i->first.c_str(), StringSink(m_temp).Ref());
155 PutDecodedDatumInto(m_data, name, StringSink(m_temp).Ref());
197 verifier->AccessMaterial().Load(StringStore(GetDecodedDatum(v, "PublicKey")).Ref());
222 signer->AccessMaterial().Load(StringStore(GetDecodedDatum(v, "PrivateKey")).Ref());
270 decryptor->AccessMaterial().Load(StringStore(GetDecodedDatum(v, "PrivateKey")).Ref());
271 encryptor->AccessMaterial().Load(StringStore(GetDecodedDatum(v, "PublicKey")).Ref());
587 x.Encode(HexEncoder(new FileSink(cout), false, 64, "\\\n ").Ref(), x.MinEncodedSize());
H A Ddh.h85 {return Singleton<DH_Algorithm>().Ref();}
H A Dxtr.cpp13 return Singleton<GFP2Element>().Ref();
H A Dpolynomi.cpp568 return Singleton<ThisType>().Ref();
574 return Singleton<ThisType, NewOnePolynomial>().Ref();
H A Dzinflate.cpp613 return m_blockType == 1 ? Singleton<HuffmanDecoder, NewFixedLiteralDecoder>().Ref() : m_dynamicLiteralDecoder;
618 return m_blockType == 1 ? Singleton<HuffmanDecoder, NewFixedDistanceDecoder>().Ref() : m_dynamicDistanceDecoder;
H A Dec2n.cpp174 return Singleton<Point>().Ref();
H A Dpubkey.h401 {return Singleton<CPP_TYPENAME SCHEME_OPTIONS::MessageEncodingMethod>().Ref();}
1323 {return Singleton<CPP_TYPENAME SCHEME_OPTIONS::SignatureAlgorithm>().Ref();}
1325 {return Singleton<CPP_TYPENAME SCHEME_OPTIONS::KeyAgreementAlgorithm>().Ref();}
1327 {return Singleton<CPP_TYPENAME SCHEME_OPTIONS::KeyDerivationAlgorithm>().Ref();}
1329 {return Singleton<CPP_TYPENAME SCHEME_OPTIONS::SymmetricEncryptionAlgorithm>().Ref();}
1333 {return Singleton<CPP_TYPENAME SCHEME_OPTIONS::MessageEncodingMethod>().Ref();}
H A Dcryptlib.h483 StreamTransformation& Ref() {return *this;} function in class:StreamTransformation
546 HashTransformation& Ref() {return *this;} function in class:HashTransformation
793 BufferedTransformation& Ref() {return *this;} function in class:BufferedTransformation
H A Dgf2n.cpp125 return Singleton<PolynomialMod2>().Ref();
130 return Singleton<PolynomialMod2, NewPolynomialMod2<1> >().Ref();
H A Dnbtheory.cpp55 const std::vector<word16> &primeTable = Singleton<std::vector<word16>, NewPrimeTable>().Ref();
241 else if (p <= Singleton<Integer, NewLastSmallPrimeSquared>().Ref())
H A Decp.cpp202 return Singleton<Point>().Ref();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dobject.tex48 \helpref{wxObject::Ref}{wxobjectref}, \helpref{wxObject::UnRef}{wxobjectunref},\rtfsp
92 \helpref{wxObject::Ref}{wxobjectref}, \helpref{wxObject::UnRef}{wxobjectunref}, \helpref{wxObject::m\_refData}{wxobjectmrefdata},\rtfsp
129 \membersection{wxObject::Ref}\label{wxobjectref}
131 \func{void}{Ref}{\param{const wxObject\& }{clone}}
161 \helpref{wxObject::Ref}{wxobjectref}, \helpref{wxObject::UnRef}{wxobjectunref}, \helpref{wxObject::m\_refData}{wxobjectmrefdata},\rtfsp
174 \helpref{wxObject::Ref}{wxobjectref}, \helpref{wxObject::m\_refData}{wxobjectmrefdata},\rtfsp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dobject.cpp321 void wxObject::Ref(const wxObject& clone) function in class:wxObject
324 DEBUG_PRINTF(wxObject::Ref)
H A Dvariant.cpp88 Ref(variant);
107 Ref(variant);
149 void wxVariant::Ref(const wxVariant& clone) function in class:wxVariant
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgraphics.h69 wxGraphicsObject& operator= (const wxGraphicsObject & other) { Ref(other); return *this;}
92 wxGraphicsPen& operator= (const wxGraphicsPen & other) { Ref(other); return *this;}
107 wxGraphicsBrush& operator= (const wxGraphicsBrush & other) { Ref(other); return *this;}
122 wxGraphicsFont& operator= (const wxGraphicsFont & other) { Ref(other); return *this;}
137 wxGraphicsBitmap& operator= (const wxGraphicsBitmap & other) { Ref(other); return *this;}
207 wxGraphicsMatrix& operator= (const wxGraphicsMatrix & other) { Ref(other); return *this;}
346 wxGraphicsPath& operator= (const wxGraphicsPath & other) { Ref(other); return *this;}
637 wxGraphicsFigure& operator= (const wxGraphicsFigure & other) { Ref(other); return *this;}
H A Dobject.h426 Ref(other);
471 void Ref(const wxObject& clone);
H A Dvariant.h145 void Ref(const wxVariant& clone);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dusbpipe.c524 pRCB->Ref = 1;
595 pRCB->Ref--;
596 if (pRCB->Ref == 0)
H A Ddpc.c648 pRCB->Ref++;
1553 ASSERT(!pRCB->Ref); // should be 0
1603 pRCB->Ref--;
1604 if(pRCB->Ref == 0) {
H A Ddevice.h200 signed long Ref; member in struct:_RCB
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddi.c360 word Ref,
491 e_no = get_assign(a, Ref);
356 isdn_rc(ADAPTER *a, byte Rc, byte Id, byte Ch, word Ref, dword extended_info_type, dword extended_info) argument

Completed in 345 milliseconds

12