Home
last modified time | relevance | path

Searched refs:EVP_EncryptFinal_ex (Results 1 – 24 of 24) sorted by relevance

/openssl/crypto/evp/
H A Dp_seal.c82 i = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_SealFinal()
H A Devp_enc.c584 return EVP_EncryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex()
856 ret = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_EncryptFinal()
860 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() function
/openssl/demos/cipher/
H A Daeskeywrap.c90 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aes_wrap_encrypt()
H A Dariacbc.c87 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aria_cbc_encrypt()
H A Daesgcm.c122 if (!EVP_EncryptFinal_ex(ctx, outbuf, &tmplen)) in aes_gcm_encrypt()
H A Daesccm.c132 if (!EVP_EncryptFinal_ex(ctx, NULL, &tmplen)) in aes_ccm_encrypt()
/openssl/test/
H A Daesgcmtest.c56 && TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_encrypt()
H A Devp_extra_test.c3850 || !TEST_true(EVP_EncryptFinal_ex(ctx, ciphertext, &len))) in test_evp_iv_aes()
3967 || !TEST_true(EVP_EncryptFinal_ex(ctx, ciphertext, &len))) in test_evp_iv_des()
5462 || !TEST_true(EVP_EncryptFinal_ex(ctx2, buf + len, &len))) in test_cipher_with_engine()
5679 || !TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &tmplen))) in aes_gcm_encrypt()
5813 || !TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &tmplen))) in rc4_encrypt()
6043 if (!TEST_true(EVP_EncryptFinal_ex(ctx, ciphertext + outlen, &outlen))) in test_evp_cipher_pipeline()
/openssl/doc/man3/
H A DRC4_set_key.pod24 L<EVP_EncryptFinal_ex(3)> or the equivalently named decrypt functions.
H A DEVP_EncryptInit.pod16 EVP_EncryptFinal_ex,
129 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
423 If padding is enabled (the default) then EVP_EncryptFinal_ex() encrypts
432 If padding is disabled then EVP_EncryptFinal_ex() will not encrypt any more
467 Identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and
993 EVP_EncryptFinal_ex(). It may return 0 if the "encrypt-check" option is set to 0.
1000 as EVP_EncryptFinal_ex().
1374 EVP_EncryptInit_ex2(), EVP_EncryptUpdate() and EVP_EncryptFinal_ex()
1682 use EVP_EncryptInit_ex2(), EVP_EncryptFinal_ex(), EVP_DecryptInit_ex2(),
1749 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) {
H A DBF_encrypt.pod38 L<EVP_EncryptFinal_ex(3)> or the equivalently named decrypt functions.
H A DEVP_CIPHER_meth_new.pod200 EVP_EncryptFinal(), EVP_EncryptFinal_ex(), EVP_DecryptFinal() and
H A DDES_random_key.pod103 L<EVP_EncryptFinal_ex(3)> or the equivalently named decrypt functions.
/openssl/providers/implementations/macs/
H A Dgmac_prov.c155 if (!EVP_EncryptFinal_ex(macctx->ctx, out, &hlen)) in gmac_final()
/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c443 ret = EVP_EncryptFinal_ex(ctx, cipherblock, &olen); in KRB5KDF()
/openssl/fuzz/
H A Dprovider.c421 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) { in do_evp_cipher()
/openssl/crypto/pem/
H A Dpem_lib.c398 || !EVP_EncryptFinal_ex(ctx, &(data[j]), &i)) in PEM_ASN1_write_bio()
H A Dpvkfmt.c1090 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
/openssl/crypto/cms/
H A Dcms_env.c909 || !EVP_EncryptFinal_ex(ctx, wkey + wkeylen, &outlen)) { in cms_RecipientInfo_kekri_encrypt()
/openssl/crypto/hpke/
H A Dhpke.c268 if (EVP_EncryptFinal_ex(ctx, ct + len, &len) != 1) { in hpke_aead_enc()
/openssl/apps/
H A Dspeed.c908 rc = EVP_EncryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop()
978 if (EVP_EncryptFinal_ex(ctx, buf, &outl)) in EVP_Update_loop_aead_enc()
3071 if (!EVP_EncryptFinal_ex(loopargs[k].ctx, in speed_main()
/openssl/include/openssl/
H A Devp.h778 __owur int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out,
/openssl/doc/man7/
H A Dossl-guide-migration.pod1100 L<EVP_EncryptUpdate(3)>, and L<EVP_EncryptFinal_ex(3)> or
/openssl/util/
H A Dlibcrypto.num607 EVP_EncryptFinal_ex 623 3_0_0 EXIST::FUNCTION:

Completed in 130 milliseconds