Searched refs:KeyBlob (Results 1 – 1 of 1) sorted by relevance
138 struct KeyBlob { in Init() struct143 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()