Searched refs:dataLength (Results 1 – 1 of 1) sorted by relevance
313 const size_t dataLength = rawBlob->length; in writeBlob() local328 auto rc = AES_gcm_encrypt(rawBlob->value /* in */, rawBlob->value /* out */, dataLength, in writeBlob()333 size_t fileLength = offsetof(blobv3, value) + dataLength + rawBlob->info; in writeBlob()