Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dhmac_win.cc138 struct KeyBlob { in Init() struct
143 size_t key_blob_size = std::max(offsetof(KeyBlob, key_data) + key_length, in Init()
144 sizeof(KeyBlob)); in Init()
146 KeyBlob* key_blob = reinterpret_cast<KeyBlob*>(&key_blob_storage[0]); in Init()