Home
last modified time | relevance | path

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

/openssl-master/test/
A 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()
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()
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()
A Devp_extra_test.c3445 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_init_seq()
3525 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_reset()
3541 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_reset()
3651 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_updated_iv()
3733 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_gcm_reinit()
3767 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_gcm_reinit()
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()
A Devp_test.c954 if (!EVP_CipherFinal_ex(ctx, tmp + out_misalign + tmplen, &tmpflen)) { in cipher_test_enc()
/openssl-master/crypto/evp/
A Dbio_enc.c162 i = EVP_CipherFinal_ex(ctx->cipher, in enc_read()
345 ret = EVP_CipherFinal_ex(ctx->cipher, in enc_ctrl()
A Devp_enc.c410 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() function
/openssl-master/ssl/record/
A Dssl3_record_tls13.c173 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
/openssl-master/crypto/pkcs12/
A Dp12_decr.c83 if (!EVP_CipherFinal_ex(ctx, out + i, &i)) { in PKCS12_pbe_crypt_ex()
/openssl-master/providers/fips/
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()
/openssl-master/doc/man3/
A 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.
1461 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex()
1583 if (!EVP_CipherFinal_ex(ctx, outbuf, &outlen)) {
1629 if (!EVP_CipherFinal_ex(ctx, encrypted + outlen, &len))
/openssl-master/include/openssl/
A Devp.h797 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/openssl-master/doc/man7/
A Dmigration_guide.pod1247 EVP_CipherFinal_ex() instead.
/openssl-master/util/
A Dlibcrypto.num403 EVP_CipherFinal_ex 411 3_0_0 EXIST::FUNCTION:

Completed in 50 milliseconds