Searched refs:ProcessString (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddlltest.cpp65 encryption_DES_EDE3_CFB.ProcessString(ciphertext, plaintext, 24);
69 decryption_DES_EDE3_CFB.ProcessString(decrypted, ciphertext, 24);
H A Dshark.cpp48 cfb.ProcessString((byte *)m_roundKeys.begin(), (m_rounds+1)*8);
H A Dbench.cpp107 cipher.ProcessString(buf, BUF_SIZE);
H A Dcryptlib.cpp216 ProcessString(ciphertext, message, messageLength);
225 ProcessString(message, ciphertext, ciphertextLength);
H A Dvalidat1.cpp1050 arc4->ProcessString(Input0, sizeof(Input0));
1056 arc4->ProcessString(Key1, Input1, sizeof(Key1));
1263 seal.ProcessString(output, input, size);
1270 seal.ProcessString(output+2, size-2);
H A Dcryptlib.h508 inline void ProcessString(byte *inoutString, size_t length) function in class:StreamTransformation
511 inline void ProcessString(byte *outString, const byte *inString, size_t length) function in class:StreamTransformation
H A Dfilters.cpp608 m_cipher.ProcessString(space, inString, len);
618 m_cipher.ProcessString(inString, length);
H A Dfipsalgt.cpp993 pCipher->ProcessString(outputs[j], outputs[j].size());

Completed in 90 milliseconds