Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A 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()
H A Dcipher.c1312 size_t finish_olen; in mbedtls_cipher_crypt() local
1388 &finish_olen)) != 0) { in mbedtls_cipher_crypt()
1392 *olen += finish_olen; in mbedtls_cipher_crypt()

Completed in 3 milliseconds