Searched refs:KeyBlob (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/http/
H A Ddes.cc181 struct KeyBlob { struct
186 KeyBlob key_blob;
/external/chromium_org/crypto/
H A Dhmac_win.cc137 struct KeyBlob { struct
142 size_t key_blob_size = std::max(offsetof(KeyBlob, key_data) + key_length,
143 sizeof(KeyBlob));
145 KeyBlob* key_blob = reinterpret_cast<KeyBlob*>(&key_blob_storage[0]);

Completed in 574 milliseconds