Searched refs:StringStore (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddlltest.cpp121 decodedDsaPrivateKey.BERDecode(StringStore(encodedDsaPrivateKey).Ref());
123 decodedDsaPublicKey.BERDecode(StringStore(encodedDsaPublicKey).Ref());
H A Ddsa.cpp15 StringStore store(signature, signatureLen);
H A Dfilters.h664 class StringStore : public Store class in inherits:Store
667 StringStore(const char *string = NULL) function in class:StringStore
669 StringStore(const byte *string, size_t length) function in class:StringStore
671 template <class T> StringStore(const T &string) function in class:StringStore
778 class CRYPTOPP_DLL StringSource : public SourceTemplate<StringStore>
782 : SourceTemplate<StringStore>(attachment) {}
785 : SourceTemplate<StringStore>(attachment) {SourceInitialize(pumpAll, MakeParameters("InputBuffer", ConstByteArrayParameter(string)));}
788 : SourceTemplate<StringStore>(attachment) {SourceInitialize(pumpAll, MakeParameters("InputBuffer", ConstByteArrayParameter(string, length)));}
791 : SourceTemplate<StringStore>(attachment) {SourceInitialize(pumpAll, MakeParameters("InputBuffer", ConstByteArrayParameter(string)));}
H A Ddatatest.cpp197 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());
427 StringStore sh(header), sp(plaintext), sc(ciphertext), sf(footer), sm(mac);
H A Dec2n.cpp38 StringStore store(encodedPoint, encodedPointLen);
H A Dfilters.cpp1046 void StringStore::StoreInitialize(const NameValuePairs &parameters)
1050 throw InvalidArgument("StringStore: missing InputBuffer argument");
1056 size_t StringStore::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking)
1065 size_t StringStore::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
H A Decp.cpp66 StringStore store(encodedPoint, encodedPointLen);
H A Dfipsalgt.cpp483 StringStore s(encodedKey);
643 StringStore s(encodedKey);
H A Dgf2n.cpp135 StringStore store(input, inputLen);
H A Dinteger.cpp3075 StringStore store(input, inputLen);
3152 StringStore store(input, len);
3198 StringStore store(input, len);

Completed in 106 milliseconds