Searched refs:KeyBlob (Results 1 – 4 of 4) sorted by relevance
125 struct KeyBlob { in Init() struct130 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()
137 struct KeyBlob { in Init() struct142 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()
181 struct KeyBlob { in DESEncrypt() struct186 KeyBlob key_blob; in DESEncrypt()