/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_open.c | 68 i = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_OpenFinal()
|
H A D | evp_enc.c | 470 return EVP_DecryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex() 927 ret = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_DecryptFinal() 931 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex() function
|
/freebsd/crypto/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 | 145 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()
|
/freebsd/crypto/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 | 5194 ||!TEST_true(EVP_DecryptFinal_ex(ctx, outbuf, &outlen))) in aes_gcm_decrypt()
|
/freebsd/sbin/decryptcore/ |
H A D | decryptcore.c | 282 if (EVP_DecryptFinal_ex(ctx, buf, &olen) == 0) { in decrypt()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pvkfmt.c | 879 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key() 889 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
|
H A D | pem_lib.c | 462 ok = EVP_DecryptFinal_ex(ctx, &(data[ilen]), &ilen); in PEM_do_header()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 18 EVP_DecryptFinal_ex, 129 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl); 399 and EVP_DecryptFinal_ex() 432 Identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and 1199 EVP_DecryptFinal_ex() returns 0 if the decrypt failed or 1 for success. 1324 EVP_DecryptFinal_ex(). 1490 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex()
|
H A D | EVP_CIPHER_meth_new.pod | 201 EVP_DecryptFinal_ex().
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_env.c | 958 || !EVP_DecryptFinal_ex(ctx, ukey + ukeylen, &outlen)) { in cms_RecipientInfo_kekri_decrypt()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 563 if (EVP_DecryptFinal_ex(c, buf, &len) != 1) { in aes_decrypt_deinit() 662 EVP_DecryptFinal_ex(ctx, buf, &len) == 1) in aes_unwrap() 731 EVP_DecryptFinal_ex(ctx, buf, &len) == 1 && len == 0) in aes_128_cbc_decrypt()
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 758 EVP_DecryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop() 914 if (EVP_DecryptFinal_ex(ctx, outbuf, &outl)) in EVP_Update_loop_aead_dec()
|
/freebsd/tools/tools/crypto/ |
H A D | cryptocheck.c | 1425 valid = (EVP_DecryptFinal_ex(ctx, (u_char *)output + outl, &outl) != 1); in openssl_aead_decrypt()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 782 /*__owur*/ int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1463 EVP_DecryptFinal_ex;
|
/freebsd/tests/sys/kern/ |
H A D | ktls_test.c | 531 valid = (EVP_DecryptFinal_ex(ctx, (u_char *)output + outl, &outl) == 1); in aead_decrypt()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1080 L<EVP_DecryptInit_ex(3)>, L<EVP_DecryptUpdate(3)> and L<EVP_DecryptFinal_ex(3)>.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1779 MLINKS+= EVP_EncryptInit.3 EVP_DecryptFinal_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3447 EVP_DecryptFinal_ex 3521 3_0_0 EXIST::FUNCTION:
|