Home
last modified time | relevance | path

Searched defs:digestedLength (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
Dblob.cpp108 size_t digestedLength = ((dataLength + AES_BLOCK_SIZE - 1) / AES_BLOCK_SIZE * AES_BLOCK_SIZE); in writeBlob() local
185 ssize_t digestedLength; in readBlob() local