libmongocrypt
|
#include <mc-fle2-insert-update-payload-private-v2.h>
Data Fields | |
_mongocrypt_buffer_t | edcDerivedToken |
_mongocrypt_buffer_t | escDerivedToken |
_mongocrypt_buffer_t | serverDerivedFromDataToken |
_mongocrypt_buffer_t | encryptedTokens |
EdgeTokenSetV2 is the following BSON document: d: <binary> // EDCDerivedFromDataTokenAndContentionFactor s: <binary> // ESCDerivedFromDataTokenAndContentionFactor l: <binary> // ServerDerivedFromDataToken p: <binary> // Encrypted Tokens
Instances of mc_EdgeTokenSetV2_t are expected to be owned by mc_FLE2InsertUpdatePayloadV2_t and are freed in mc_FLE2InsertUpdatePayloadV2_cleanup.