Home
last modified time | relevance | path

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

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