| /freebsd-14.2/crypto/openssl/test/ |
| H A D | afalgtest.c | 87 || !TEST_true(EVP_CipherFinal_ex(ctx, ebuf + encl, &encf))) in test_afalg_aes_cbc() 97 || !TEST_true(EVP_CipherFinal_ex(ctx, dbuf + decl, &decf))) in test_afalg_aes_cbc()
|
| H A D | pbetest.c | 85 if (!TEST_true(EVP_CipherFinal_ex(ctx, out + i, &i))) in test_pkcs5_pbe() 100 if (!TEST_true(EVP_CipherFinal_ex(ctx, out + i, &i))) in test_pkcs5_pbe()
|
| H A D | evp_fetch_prov_test.c | 253 || !TEST_true(EVP_CipherFinal_ex(ctx, ct, &ctlen)) in encrypt_decrypt() 256 || !TEST_true(EVP_CipherFinal_ex(ctx, pt, &ptlen)) in encrypt_decrypt()
|
| H A D | evp_extra_test.c | 3907 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_init_seq() 3954 || !TEST_true(EVP_CipherFinal_ex(ctx, outbuf1, &outlen_final)) in test_evp_reinit_seq() 3961 || !TEST_true(EVP_CipherFinal_ex(ctx, outbuf2, &outlen_final)) in test_evp_reinit_seq() 4025 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_reset() 4041 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_reset() 4151 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_updated_iv() 4233 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_gcm_reinit() 4267 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_gcm_reinit()
|
| H A D | acvp_test.c | 689 || !TEST_true(EVP_CipherFinal_ex(ctx, out + len, &out_len))) in cipher_enc() 752 if (!TEST_true(EVP_CipherFinal_ex(ctx, out + len, &out_len))) in aes_ccm_enc_dec() 844 if (!TEST_int_eq(EVP_CipherFinal_ex(ctx, out + len, &out_len), pass)) in aes_gcm_enc_dec()
|
| H A D | evp_test.c | 966 if (!EVP_CipherFinal_ex(ctx, tmp + out_misalign + tmplen, &tmpflen)) { in cipher_test_enc()
|
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | bio_enc.c | 162 i = EVP_CipherFinal_ex(ctx->cipher, in enc_read() 352 ret = EVP_CipherFinal_ex(ctx->cipher, in enc_ctrl()
|
| H A D | evp_enc.c | 465 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() function
|
| /freebsd-14.2/sys/geom/eli/ |
| H A D | g_eli_crypto.c | 174 if (EVP_CipherFinal_ex(ctx, data + outsize, &outsize) == 0) { in g_eli_crypto_cipher()
|
| /freebsd-14.2/crypto/openssl/ssl/record/ |
| H A D | ssl3_record_tls13.c | 178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
|
| /freebsd-14.2/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_decr.c | 83 if (!EVP_CipherFinal_ex(ctx, out + i, &i)) { in PKCS12_pbe_crypt_ex()
|
| /freebsd-14.2/crypto/openssl/providers/fips/ |
| H A D | self_test_kats.c | 108 || !EVP_CipherFinal_ex(ctx, ct_buf + len, &ct_len)) in self_test_cipher() 132 && EVP_CipherFinal_ex(ctx, pt_buf + len, &pt_len))) in self_test_cipher()
|
| /freebsd-14.2/crypto/heimdal/doc/doxyout/hcrypto/ |
| H A D | manpages | 62 hcrypto/man/man3/EVP_CipherFinal_ex.3
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | EVP_EncryptInit.pod | 22 EVP_CipherFinal_ex, 138 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl); 410 EVP_CipherFinal_ex() 433 EVP_CipherFinal_ex(). In previous releases they also cleaned up 449 EVP_CipherFinal_ex() instead. 1202 EVP_CipherFinal_ex() returns 0 for a decryption failure or 1 for success. 1490 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex() 1630 if (!EVP_CipherFinal_ex(ctx, outbuf, &outlen)) { 1676 if (!EVP_CipherFinal_ex(ctx, out + outlen, &len))
|
| /freebsd-14.2/tools/tools/crypto/ |
| H A D | cryptocheck.c | 724 if (EVP_CipherFinal_ex(ctx, (u_char *)output + outl, &outl) != 1) in openssl_cipher()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | evp.h | 799 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
|
| /freebsd-14.2/secure/lib/libcrypto/ |
| H A D | Version.map | 1469 EVP_CipherFinal_ex;
|
| /freebsd-14.2/tests/sys/kern/ |
| H A D | ktls_test.c | 334 if (EVP_CipherFinal_ex(ctx, (u_char *)output + outl, &outl) != 1) { in cbc_crypt()
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | migration_guide.pod | 1297 EVP_CipherFinal_ex() instead.
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1769 MLINKS+= EVP_EncryptInit.3 EVP_CipherFinal_ex.3
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libcrypto.num | 403 EVP_CipherFinal_ex 411 3_0_0 EXIST::FUNCTION:
|