Home
last modified time | relevance | path

Searched refs:cipher_mode (Results 1 – 5 of 5) sorted by relevance

/external/chromium/crypto/
Dencryptor_win.cc53 DWORD cipher_mode = CRYPT_MODE_CBC; in Init() local
55 reinterpret_cast<BYTE*>(&cipher_mode), 0); in Init()
/external/chromium_org/net/http/
Ddes.cc204 DWORD cipher_mode = CRYPT_MODE_ECB; in DESEncrypt() local
205 if (!CryptSetKeyParam(key, KP_MODE, reinterpret_cast<BYTE*>(&cipher_mode), in DESEncrypt()
/external/chromium/net/http/
Ddes.cc204 DWORD cipher_mode = CRYPT_MODE_ECB; in DESEncrypt() local
205 if (!CryptSetKeyParam(key, KP_MODE, reinterpret_cast<BYTE*>(&cipher_mode), in DESEncrypt()
/external/chromium_org/media/webm/
Dwebm_content_encodings_client.cc131 if (cur_content_encoding_->cipher_mode() == in OnListEnd()
223 if (cur_content_encoding_->cipher_mode() != in OnUInt()
Dwebm_content_encodings.h72 CipherMode cipher_mode() const { return cipher_mode_; } in cipher_mode() function