Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpkcs12.c163 size_t finish_olen = 0; in mbedtls_pkcs12_pbe_ext() local
228 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()
Dcipher.c1315 size_t finish_olen; in mbedtls_cipher_crypt() local
1391 &finish_olen)) != 0) { in mbedtls_cipher_crypt()
1395 *olen += finish_olen; in mbedtls_cipher_crypt()