Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dpbetest.c83 if (!TEST_true(EVP_CipherFinal_ex(ctx, out + i, &i))) in test_pkcs5_pbe()
98 if (!TEST_true(EVP_CipherFinal_ex(ctx, out + i, &i))) in test_pkcs5_pbe()
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()
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()
Devp_extra_test.c3685 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_init_seq()
3765 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_reset()
3781 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_reset()
3891 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_updated_iv()
3973 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_gcm_reinit()
4007 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_gcm_reinit()
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()
Devp_test.c955 if (!EVP_CipherFinal_ex(ctx, tmp + out_misalign + tmplen, &tmpflen)) { in cipher_test_enc()
/third_party/openssl/crypto/evp/
Dbio_enc.c162 i = EVP_CipherFinal_ex(ctx->cipher, in enc_read()
345 ret = EVP_CipherFinal_ex(ctx->cipher, in enc_ctrl()
Devp_enc.c460 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() function
/third_party/openssl/ssl/record/
Dssl3_record_tls13.c178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
/third_party/openssl/crypto/pkcs12/
Dp12_decr.c83 if (!EVP_CipherFinal_ex(ctx, out + i, &i)) { in PKCS12_pbe_crypt_ex()
/third_party/openssl/providers/fips/
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()
/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod22 EVP_CipherFinal_ex,
138 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
404 EVP_CipherFinal_ex()
427 EVP_CipherFinal_ex(). In previous releases they also cleaned up
443 EVP_CipherFinal_ex() instead.
1196 EVP_CipherFinal_ex() returns 0 for a decryption failure or 1 for success.
1474 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex()
1596 if (!EVP_CipherFinal_ex(ctx, outbuf, &outlen)) {
1642 if (!EVP_CipherFinal_ex(ctx, encrypted + outlen, &len))
/third_party/gstreamer/gstplugins_bad/ext/aes/
Dgstaesenc.c374 if (1 != EVP_CipherFinal_ex (filter->evp_ctx, outmap.data, &len)) { in gst_aes_enc_sink_event()
Dgstaesdec.c377 if (1 != EVP_CipherFinal_ex (filter->evp_ctx, outmap.data, &len)) { in gst_aes_dec_sink_event()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h617 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/third_party/openssl/include/openssl/
Devp.h797 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/third_party/openssl/doc/man7/
Dmigration_guide.pod1262 EVP_CipherFinal_ex() instead.
/third_party/node/src/
Dnode_crypto.cc4116 ok = EVP_CipherFinal_ex(ctx_.get(), in Final()
/third_party/openssl/util/
Dlibcrypto.num403 EVP_CipherFinal_ex 411 3_0_0 EXIST::FUNCTION:
/third_party/sqlite/src/
Dsqlite3.c244574 EVP_CipherFinal_ex(ctx, output, &cipherLength);