Home | History | Annotate | Download | only in crypto

Lines Matching refs:BYTE

19 // CryptImportKey / CryptExportKey. Following the header is the byte array of
58 std::vector<BYTE> tmp_data(actual_size);
59 BYTE* actual_key = &tmp_data[0];
171 scoped_array<BYTE>* raw_key) {
188 scoped_array<BYTE> random(new BYTE[key_size_in_bytes]);
224 reinterpret_cast<const BYTE*>(&hmac_info), 0);
243 BYTE* output_buf) {
260 ok = CryptHashData(safe_hash, reinterpret_cast<const BYTE*>(salt.data()),
268 reinterpret_cast<BYTE*>(&big_endian_block_index),
271 std::vector<BYTE> hash_value(hash_size);
323 scoped_array<BYTE> raw_key;
393 BYTE* password_as_bytes =
394 const_cast<BYTE*>(reinterpret_cast<const BYTE*>(password.data()));
409 reinterpret_cast<BYTE*>(&hLen), &param_size, 0);
429 std::vector<BYTE> generated_key(total_generated_size);
430 BYTE* block_offset = &generated_key[0];
510 std::vector<BYTE