OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESMakeKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/http/
des.h
19
void
DESMakeKey
(const uint8* raw, uint8* key);
http_auth_handler_ntlm_portable.cc
274
DESMakeKey
(reinterpret_cast<const uint8*>(passbuf.data()) , k1);
275
DESMakeKey
(reinterpret_cast<const uint8*>(passbuf.data()) + 7, k2);
325
DESMakeKey
(keybytes , k1);
326
DESMakeKey
(keybytes + 7, k2);
327
DESMakeKey
(keybytes + 14, k3);
des.cc
25
// DESSetKeyParity,
DESMakeKey
, and the Linux (NSS) version of DESEncrypt are
79
void
DESMakeKey
(const uint8* raw, uint8* key) {
Completed in 566 milliseconds