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

  /external/chromium/base/
hmac_win.cc 51 struct KeyBlob {
56 size_t key_blob_size = std::max(offsetof(KeyBlob, key_data) + key_length,
57 sizeof(KeyBlob));
59 KeyBlob* key_blob = reinterpret_cast<KeyBlob*>(&key_blob_storage[0]);
  /external/chromium/net/http/
des.cc 175 struct KeyBlob {
180 KeyBlob key_blob;

Completed in 42 milliseconds