HomeSort by relevance Sort by last modified time
    Searched refs:DESEncrypt (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
des.h 24 NET_EXPORT_PRIVATE void DESEncrypt(const uint8* key, const uint8* src,
des_unittest.cc 28 DESEncrypt(des_known_key, des_ecb_known_plaintext, ciphertext);
46 DESEncrypt(key, plaintext, ciphertext);
des.cc 24 // The Mac and Windows (CryptoAPI) versions of DESEncrypt are our own code.
25 // DESSetKeyParity, DESMakeKey, and the Linux (NSS) version of DESEncrypt are
92 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) {
105 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) {
162 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) {
173 void DESEncrypt(const uint8* key, const uint8* src, uint8* hash) {
http_auth_handler_ntlm_portable.cc 273 DESEncrypt(k1, LM_MAGIC, hash);
274 DESEncrypt(k2, LM_MAGIC, hash + 8);
323 DESEncrypt(k1, challenge, response);
324 DESEncrypt(k2, challenge, response + 8);
325 DESEncrypt(k3, challenge, response + 16);

Completed in 53 milliseconds