Searched refs:finish_olen (Results 1 – 1 of 1) sorted by relevance
1006 size_t finish_olen; in mbedtls_cipher_crypt() local1023 if( ( ret = mbedtls_cipher_finish( ctx, output + *olen, &finish_olen ) ) != 0 ) in mbedtls_cipher_crypt()1026 *olen += finish_olen; in mbedtls_cipher_crypt()
Completed in 4 milliseconds