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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dsess.c400 memcpy(ses->server->cryptKey, pblob->Challenge, CIFS_CRYPTO_KEY_SIZE);
479 SMBNTencrypt(ses->password, ses->server->cryptKey, ntlm_session_key);
659 calc_lanman_hash(ses->password, ses->server->cryptKey,
686 SMBNTencrypt(ses->password, ses->server->cryptKey,
H A Dcifsencrypt.c360 memcpy(v2_session_response + 8, ses->server->cryptKey, 8);
H A Dcifsglob.h181 char cryptKey[CIFS_CRYPTO_KEY_SIZE]; member in struct:TCP_Server_Info
H A Dconnect.c2820 calc_lanman_hash(tcon->password, ses->server->cryptKey,
2826 SMBNTencrypt(tcon->password, ses->server->cryptKey,
H A Dcifssmb.c496 memcpy(server->cryptKey, rsp->EncryptionKey,
567 memcpy(server->cryptKey, pSMBr->u.EncryptionKey,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp1599 uint8_t *cryptKey; local
1601 cryptKey = (uint8_t *)&cryptData;
1602 cryptTargetID->StoreCryptValue(cryptKey);
1604 cryptKey = NULL;
1607 theApp->clientudp->SendPacket(packet, wxUINT32_SWAP_ALWAYS(destinationHost), destinationPort, true, cryptKey, true, targetKey.GetKeyValue(theApp->GetPublicIP(false)));

Completed in 205 milliseconds