Searched refs:encryptedLength (Results 1 – 1 of 1) sorted by relevance
426 const ssize_t encryptedLength = ntohl(rawBlob->length); in readBlob() local429 rc = AES_gcm_decrypt(rawBlob->value /* in */, rawBlob->value /* out */, encryptedLength, in readBlob()447 const ssize_t encryptedLength = fileLength - headerLength - v2blob.info; in readBlob() local448 if (encryptedLength < 0) { in readBlob()454 if (encryptedLength % AES_BLOCK_SIZE != 0) { in readBlob()463 AES_cbc_encrypt(v2blob.encrypted, v2blob.encrypted, encryptedLength, &key, in readBlob()468 ssize_t digestedLength = encryptedLength - MD5_DIGEST_LENGTH; in readBlob()