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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgfpcrypt.h432 const byte *cipherKey, *macKey; local
436 cipherKey = key + MAC::DEFAULT_KEYLENGTH;
440 cipherKey = key;
447 xorbuf(ciphertext, plaintext, cipherKey, plaintextLength);
462 const byte *cipherKey, *macKey; local
466 cipherKey = key + MAC::DEFAULT_KEYLENGTH;
470 cipherKey = key;
489 xorbuf(plaintext, ciphertext, cipherKey, plaintextLength);

Completed in 54 milliseconds