Symbol: EVP_CipherFinal_ex
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
182
!EVP_CipherFinal_ex(ctx, oblock + outlen, &len)) {
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
181
!EVP_CipherFinal_ex(ctx, oblock + outlen, &len)) {
crypto/openssl/crypto/evp/bio_enc.c
165
i = EVP_CipherFinal_ex(ctx->cipher,
crypto/openssl/crypto/evp/bio_enc.c
355
ret = EVP_CipherFinal_ex(ctx->cipher,
crypto/openssl/crypto/pkcs12/p12_decr.c
91
if (!EVP_CipherFinal_ex(ctx, out + i, &i)) {
crypto/openssl/include/openssl/evp.h
838
__owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
crypto/openssl/providers/fips/self_test_kats.c
119
|| !EVP_CipherFinal_ex(ctx, ct_buf + len, &ct_len))
crypto/openssl/providers/fips/self_test_kats.c
144
&& EVP_CipherFinal_ex(ctx, pt_buf + len, &pt_len)))
crypto/openssl/ssl/quic/quic_record_rx.c
977
if (EVP_CipherFinal_ex(cctx, NULL, &l2) != 1) {
crypto/openssl/ssl/quic/quic_record_rx.c
982
if (EVP_CipherFinal_ex(cctx, NULL, &l2) != 1) {
crypto/openssl/ssl/quic/quic_record_tx.c
575
if (EVP_CipherFinal_ex(cctx, NULL, &l2) != 1) {
crypto/openssl/ssl/quic/quic_wire_pkt.c
954
if (EVP_CipherFinal_ex(cctx, NULL, &l2) != 1) {
crypto/openssl/ssl/record/methods/tls13_meth.c
238
|| EVP_CipherFinal_ex(enc_ctx, rec->data + lenu, &lenf) <= 0
crypto/openssl/test/acvp_test.c
1055
if (!TEST_int_eq(EVP_CipherFinal_ex(ctx, out + len, &olen), pass))
crypto/openssl/test/acvp_test.c
894
|| !TEST_true(EVP_CipherFinal_ex(ctx, out + len, &out_len)))
crypto/openssl/test/acvp_test.c
959
if (!TEST_true(EVP_CipherFinal_ex(ctx, out + len, &out_len)))
crypto/openssl/test/afalgtest.c
81
|| !TEST_true(EVP_CipherFinal_ex(ctx, ebuf + encl, &encf)))
crypto/openssl/test/afalgtest.c
91
|| !TEST_true(EVP_CipherFinal_ex(ctx, dbuf + decl, &decf)))
crypto/openssl/test/evp_extra_test.c
4993
if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) {
crypto/openssl/test/evp_extra_test.c
5040
|| !TEST_true(EVP_CipherFinal_ex(ctx, outbuf1, &outlen_final))
crypto/openssl/test/evp_extra_test.c
5047
|| !TEST_true(EVP_CipherFinal_ex(ctx, outbuf2, &outlen_final))
crypto/openssl/test/evp_extra_test.c
5107
if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) {
crypto/openssl/test/evp_extra_test.c
5123
if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) {
crypto/openssl/test/evp_extra_test.c
5210
if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) {
crypto/openssl/test/evp_extra_test.c
5288
if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) {
crypto/openssl/test/evp_extra_test.c
5322
if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) {
crypto/openssl/test/evp_fetch_prov_test.c
274
|| !TEST_true(EVP_CipherFinal_ex(ctx, ct, &ctlen))
crypto/openssl/test/evp_fetch_prov_test.c
277
|| !TEST_true(EVP_CipherFinal_ex(ctx, pt, &ptlen))
crypto/openssl/test/evp_test.c
1410
if (!EVP_CipherFinal_ex(ctx, tmp + out_misalign + tmplen, &tmpflen)) {
crypto/openssl/test/pbetest.c
162
if (!TEST_true(EVP_CipherFinal_ex(ctx, out + i, &i)))
crypto/openssl/test/pbetest.c
177
if (!TEST_true(EVP_CipherFinal_ex(ctx, out + i, &i)))
sys/geom/eli/g_eli_crypto.c
173
if (EVP_CipherFinal_ex(ctx, data + outsize, &outsize) == 0) {
tests/sys/kern/ktls_test.c
334
if (EVP_CipherFinal_ex(ctx, (u_char *)output + outl, &outl) != 1) {
tools/tools/crypto/cryptocheck.c
739
if (EVP_CipherFinal_ex(ctx, (u_char *)output + outl, &outl) != 1) {