Home
last modified time | relevance | path

Searched refs:EVP_CipherFinal_ex (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/crypto/openssl/test/
H A Dafalgtest.c87 || !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 Dpbetest.c85 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 Devp_fetch_prov_test.c253 || !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 Devp_extra_test.c3907 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 Dacvp_test.c689 || !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 Devp_test.c966 if (!EVP_CipherFinal_ex(ctx, tmp + out_misalign + tmplen, &tmpflen)) { in cipher_test_enc()
/freebsd-14.2/crypto/openssl/crypto/evp/
H A Dbio_enc.c162 i = EVP_CipherFinal_ex(ctx->cipher, in enc_read()
352 ret = EVP_CipherFinal_ex(ctx->cipher, in enc_ctrl()
H A Devp_enc.c465 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 Dg_eli_crypto.c174 if (EVP_CipherFinal_ex(ctx, data + outsize, &outsize) == 0) { in g_eli_crypto_cipher()
/freebsd-14.2/crypto/openssl/ssl/record/
H A Dssl3_record_tls13.c178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
/freebsd-14.2/crypto/openssl/crypto/pkcs12/
H A Dp12_decr.c83 if (!EVP_CipherFinal_ex(ctx, out + i, &i)) { in PKCS12_pbe_crypt_ex()
/freebsd-14.2/crypto/openssl/providers/fips/
H A Dself_test_kats.c108 || !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 Dmanpages62 hcrypto/man/man3/EVP_CipherFinal_ex.3
/freebsd-14.2/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod22 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 Dcryptocheck.c724 if (EVP_CipherFinal_ex(ctx, (u_char *)output + outl, &outl) != 1) in openssl_cipher()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Devp.h799 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map1469 EVP_CipherFinal_ex;
/freebsd-14.2/tests/sys/kern/
H A Dktls_test.c334 if (EVP_CipherFinal_ex(ctx, (u_char *)output + outl, &outl) != 1) { in cbc_crypt()
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1297 EVP_CipherFinal_ex() instead.
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile1769 MLINKS+= EVP_EncryptInit.3 EVP_CipherFinal_ex.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num403 EVP_CipherFinal_ex 411 3_0_0 EXIST::FUNCTION: