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

  /external/chromium/crypto/
hmac_win.cc 125 struct KeyBlob {
130 size_t key_blob_size = std::max(offsetof(KeyBlob, key_data) + key_length,
131 sizeof(KeyBlob));
133 KeyBlob* key_blob = reinterpret_cast<KeyBlob*>(&key_blob_storage[0]);
  /external/chromium/net/http/
des.cc 181 struct KeyBlob {
186 KeyBlob key_blob;

Completed in 77 milliseconds