Searched refs:KeyBlob (Results 1 - 2 of 2) sorted by relevance

/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]);
/external/chromium_org/net/http/
H A Ddes.cc181 struct KeyBlob { struct
186 KeyBlob key_blob;

Completed in 93 milliseconds