Searched refs:finish_olen (Results 1 – 1 of 1) sorted by relevance
818 size_t finish_olen; in mbedtls_cipher_crypt() local829 if( ( ret = mbedtls_cipher_finish( ctx, output + *olen, &finish_olen ) ) != 0 ) in mbedtls_cipher_crypt()832 *olen += finish_olen; in mbedtls_cipher_crypt()