EVP_CipherFinal
__owur int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm,
|| !TEST_int_gt(EVP_CipherFinal(ctx, encrypted_skey + enc_len, &fin_len), 0))
|| !TEST_int_gt(EVP_CipherFinal(ctx, encrypted_raw + enc_len, &fin_len), 0)
|| !TEST_int_gt(EVP_CipherFinal(ctx, encrypted_skey + enc_len, &fin_len), 0))
|| !TEST_int_gt(EVP_CipherFinal(ctx, encrypted_raw + enc_len, &fin_len), 0)
if (!EVP_CipherFinal(ctx->cipher_ctxs[i], out[i], &ioutl))