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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedDatagramSocket.cpp123 int CEncryptedDatagramSocket::DecryptReceivedClient(uint8_t *bufIn, int bufLen, uint8_t **bufOut, uint32_t ip, uint32_t *receiverVerifyKey, uint32_t *senderVerifyKey) argument
126 *bufOut = bufIn;
140 switch (bufIn[0]) {
157 uint8_t currentTry = ((bufIn[0] & 0x03) == 3) ? 1 : (bufIn[0] & 0x03);
178 memcpy(keyData + 16, bufIn + 1, 2); // random key part sent from remote client
188 memcpy(keyData + 21, bufIn + 1, 2); // random key part sent from remote client
196 memcpy(keyData + 4, bufIn + 1, 2); // random key part sent from remote client
204 receivebuffer.RC4Crypt(bufIn + 3, (uint8_t*)&value, sizeof(value));
222 receivebuffer.RC4Crypt(bufIn
[all...]
H A DEncryptedDatagramSocket.h39 static int DecryptReceivedClient(uint8_t *bufIn, int bufLen, uint8_t **bufOut, uint32_t ip, uint32_t *receiverVerifyKey, uint32_t *senderVerifyKey);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptctl.c1838 struct buflist bufIn; /* data In buffer */ local
1853 /* bufIn and bufOut are used for user to kernel space transfers
1855 bufIn.kptr = bufOut.kptr = NULL;
1856 bufIn.len = bufOut.len = 0;
2240 bufIn.len = karg.dataInSize;
2241 bufIn.kptr = pci_alloc_consistent(ioc->pcidev,
2242 bufIn.len, &dma_addr_in);
2244 if (bufIn.kptr == NULL) {
2370 (karg.dataInSize > 0) && (bufIn.kptr)) {
2373 bufIn
[all...]

Completed in 60 milliseconds