Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/mongo/db/storage/wiredtiger/encryption_keydb_c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Copyright (C) 2018-present Percona and/or its affiliates. All rights reserved.
extern "C" {
#endif

#include <stdint.h>

void store_pseudo_bytes(uint8_t* buf, int len);
int get_iv_gcm(uint8_t* buf, int len);
int get_key_by_id(const char* keyid, size_t len, unsigned char* key, void* pe);
Expand Down