Searched refs:finish_olen (Results 1 – 2 of 2) sorted by relevance
163 size_t finish_olen = 0; in mbedtls_pkcs12_pbe_ext() local228 ret = mbedtls_cipher_crypt(&cipher_ctx, iv, iv_len, data, len, output, &finish_olen); in mbedtls_pkcs12_pbe_ext()233 *output_len += finish_olen; in mbedtls_pkcs12_pbe_ext()
1315 size_t finish_olen; in mbedtls_cipher_crypt() local1391 &finish_olen)) != 0) { in mbedtls_cipher_crypt()1395 *olen += finish_olen; in mbedtls_cipher_crypt()