Home
last modified time | relevance | path

Searched refs:EVP_DecryptFinal_ex (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/evp/
H A Dp_open.c66 i = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_OpenFinal()
H A Devp_enc.c586 return EVP_DecryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex()
1076 ret = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_DecryptFinal()
1080 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex() function
/openssl/demos/cipher/
H A Daeskeywrap.c147 if (!EVP_DecryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aes_wrap_decrypt()
H A Dariacbc.c142 if (!EVP_DecryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aria_cbc_decrypt()
H A Daesgcm.c201 rv = EVP_DecryptFinal_ex(ctx, outbuf, &outlen); in aes_gcm_decrypt()
/openssl/test/
H A Daesgcmtest.c86 && TEST_true(EVP_DecryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_decrypt()
H A Devp_extra_test.c5736 ||!TEST_true(EVP_DecryptFinal_ex(ctx, outbuf, &outlen))) in aes_gcm_decrypt()
/openssl/crypto/pem/
H A Dpvkfmt.c894 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
904 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
H A Dpem_lib.c467 ok = EVP_DecryptFinal_ex(ctx, &(data[ilen]), &ilen); in PEM_do_header()
/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod201 EVP_DecryptFinal_ex().
H A DEVP_EncryptInit.pod20 EVP_DecryptFinal_ex,
138 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
437 and EVP_DecryptFinal_ex()
467 Identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and
1378 EVP_DecryptFinal_ex() returns 0 if the decrypt failed or 1 for success.
1515 EVP_DecryptFinal_ex().
1683 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex()
/openssl/crypto/cms/
H A Dcms_env.c991 || !EVP_DecryptFinal_ex(ctx, ukey + ukeylen, &outlen)) { in cms_RecipientInfo_kekri_decrypt()
/openssl/crypto/hpke/
H A Dhpke.c192 if (EVP_DecryptFinal_ex(ctx, pt + len, &len) <= 0) { in hpke_aead_dec()
/openssl/apps/
H A Dspeed.c906 rc = EVP_DecryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop()
1067 if (EVP_DecryptFinal_ex(ctx, outbuf, &outl)) in EVP_Update_loop_aead_dec()
/openssl/include/openssl/
H A Devp.h797 __owur int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/openssl/doc/man7/
H A Dossl-guide-migration.pod1101 L<EVP_DecryptInit_ex(3)>, L<EVP_DecryptUpdate(3)> and L<EVP_DecryptFinal_ex(3)>.
/openssl/util/
H A Dlibcrypto.num3447 EVP_DecryptFinal_ex 3521 3_0_0 EXIST::FUNCTION:

Completed in 149 milliseconds