Searched refs:EVP_DecryptFinal_ex (Results 1 – 17 of 17) sorted by relevance
/openssl/crypto/evp/ |
H A D | p_open.c | 66 i = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_OpenFinal()
|
H A D | evp_enc.c | 586 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 D | aeskeywrap.c | 147 if (!EVP_DecryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aes_wrap_decrypt()
|
H A D | ariacbc.c | 142 if (!EVP_DecryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aria_cbc_decrypt()
|
H A D | aesgcm.c | 201 rv = EVP_DecryptFinal_ex(ctx, outbuf, &outlen); in aes_gcm_decrypt()
|
/openssl/test/ |
H A D | aesgcmtest.c | 86 && TEST_true(EVP_DecryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_decrypt()
|
H A D | evp_extra_test.c | 5736 ||!TEST_true(EVP_DecryptFinal_ex(ctx, outbuf, &outlen))) in aes_gcm_decrypt()
|
/openssl/crypto/pem/ |
H A D | pvkfmt.c | 894 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 D | pem_lib.c | 467 ok = EVP_DecryptFinal_ex(ctx, &(data[ilen]), &ilen); in PEM_do_header()
|
/openssl/doc/man3/ |
H A D | EVP_CIPHER_meth_new.pod | 201 EVP_DecryptFinal_ex().
|
H A D | EVP_EncryptInit.pod | 20 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 D | cms_env.c | 991 || !EVP_DecryptFinal_ex(ctx, ukey + ukeylen, &outlen)) { in cms_RecipientInfo_kekri_decrypt()
|
/openssl/crypto/hpke/ |
H A D | hpke.c | 192 if (EVP_DecryptFinal_ex(ctx, pt + len, &len) <= 0) { in hpke_aead_dec()
|
/openssl/apps/ |
H A D | speed.c | 906 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 D | evp.h | 797 __owur int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1101 L<EVP_DecryptInit_ex(3)>, L<EVP_DecryptUpdate(3)> and L<EVP_DecryptFinal_ex(3)>.
|
/openssl/util/ |
H A D | libcrypto.num | 3447 EVP_DecryptFinal_ex 3521 3_0_0 EXIST::FUNCTION:
|
Completed in 149 milliseconds