Home
last modified time | relevance | path

Searched refs:dataLength (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
Dblob.cpp212 const size_t dataLength = mBlob.length; in writeBlob() local
227 auto rc = AES_gcm_encrypt(mBlob.value /* in */, mBlob.value /* out */, dataLength, aes_key, in writeBlob()
232 size_t fileLength = offsetof(blobv3, value) + dataLength + mBlob.info; in writeBlob()