Searched refs:decryptor (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfips140.cpp68 void EncryptionPairwiseConsistencyTest_FIPS_140_Only(const PK_Encryptor &encryptor, const PK_Decryptor &decryptor) argument
71 EncryptionPairwiseConsistencyTest(encryptor, decryptor);
H A Dfips140.h50 void EncryptionPairwiseConsistencyTest(const PK_Encryptor &encryptor, const PK_Decryptor &decryptor);
53 void EncryptionPairwiseConsistencyTest_FIPS_140_Only(const PK_Encryptor &encryptor, const PK_Decryptor &decryptor);
H A Ddefault.cpp175 std::auto_ptr<StreamTransformationFilter> decryptor(new StreamTransformationFilter(m_cipher));
177 decryptor->Put(keyCheck, BLOCKSIZE);
178 decryptor->ForceNextPut();
179 decryptor->Get(check+BLOCKSIZE, BLOCKSIZE);
181 SetFilter(decryptor.release());
H A Ddatatest.cpp264 std::auto_ptr<PK_Decryptor> decryptor(ObjectFactoryRegistry<PK_Decryptor>::Registry().CreateObject(name.c_str()));
270 decryptor->AccessMaterial().Load(StringStore(GetDecodedDatum(v, "PrivateKey")).Ref());
276 decryptor->AccessMaterial().AssignFrom(pairs);
283 StringSource ss(GetDecodedDatum(v, "Ciphertext"), true, new PK_DecryptorFilter(GlobalRNG(), *decryptor, new StringSink(decrypted))); local
289 TestKeyPairValidAndConsistent(encryptor->AccessMaterial(), decryptor->GetMaterial());
311 static member_ptr<SymmetricCipher> encryptor, decryptor; local
317 decryptor.reset(ObjectFactoryRegistry<SymmetricCipher, DECRYPTION>::Registry().CreateObject(name.c_str()));
328 decryptor->Resynchronize(iv.begin(), (int)iv.size());
333 decryptor->SetKey((const byte *)key.data(), key.size(), pairs);
340 decryptor
[all...]
H A Drsa.cpp137 RSAES<OAEP<SHA> >::Decryptor decryptor(*this);
138 RSAES<OAEP<SHA> >::Encryptor encryptor(decryptor);
139 EncryptionPairwiseConsistencyTest_FIPS_140_Only(encryptor, decryptor);
H A Dvalidat2.cpp411 DLIES<>::Decryptor decryptor; local
412 decryptor.AccessKey().GenerateRandom(GlobalRNG(), gp);
413 DLIES<>::Encryptor encryptor(decryptor);
415 pass = CryptoSystemValidate(decryptor, encryptor) && pass;
H A Dfipstest.cpp179 void EncryptionPairwiseConsistencyTest(const PK_Encryptor &encryptor, const PK_Decryptor &decryptor) argument
207 decryptor,
H A Dtest.cpp523 HexDecoder decryptor(new DefaultDecryptorWithMAC(passPhrase, new StringSink(outstr)));
524 decryptor.Put((byte *)instr, strlen(instr));
525 decryptor.MessageEnd();
H A Dcryptlib.cpp704 PK_DefaultDecryptionFilter(RandomNumberGenerator &rng, const PK_Decryptor &decryptor, BufferedTransformation *attachment, const NameValuePairs &parameters) argument
705 : m_rng(rng), m_decryptor(decryptor), m_parameters(parameters)
H A Dfilters.h577 PK_DecryptorFilter(RandomNumberGenerator &rng, const PK_Decryptor &decryptor, BufferedTransformation *attachment = NULL) argument
578 : SimpleProxyFilter(decryptor.CreateDecryptionFilter(rng), attachment) {}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c496 decryptor(struct scatterlist *sg, void *data) function
555 return xdr_process_buf(buf, offset, buf->len - offset, decryptor, &desc);
812 ret = xdr_process_buf(&subbuf, 0, cbcbytes, decryptor, &desc);

Completed in 518 milliseconds