| /freebsd/crypto/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 | 765 return EVP_DecryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex() 1263 ret = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_DecryptFinal() 1267 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 | 227 if (!EVP_DecryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aes_wrap_decrypt()
|
| H A D | ariacbc.c | 156 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 | 95 && TEST_true(EVP_DecryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_decrypt()
|
| H A D | evp_extra_test.c | 6373 || !TEST_true(EVP_DecryptFinal_ex(ctx, outbuf, &outlen))) in aes_gcm_decrypt()
|
| /freebsd/sbin/decryptcore/ |
| H A D | decryptcore.c | 284 if (EVP_DecryptFinal_ex(ctx, buf, &olen) == 0) { in decrypt()
|
| /freebsd/crypto/openssl/crypto/pem/ |
| H A D | pvkfmt.c | 911 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key() 921 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
|
| H A D | pem_lib.c | 491 ok = EVP_DecryptFinal_ex(ctx, &(data[ilen]), &ilen); in PEM_do_header()
|
| /freebsd/crypto/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, 137 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl); 437 and EVP_DecryptFinal_ex() 472 Identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and 1387 EVP_DecryptFinal_ex() returns 0 if the decrypt failed or 1 for success. 1532 EVP_DecryptFinal_ex(). 1700 EVP_DecryptFinal_ex(), EVP_CipherInit_ex2() and EVP_CipherFinal_ex()
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_port.c | 1026 || !EVP_DecryptFinal_ex(port->token_ctx, plaintext + len, &len)) in decrypt_validation_token()
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_env.c | 989 || !EVP_DecryptFinal_ex(ctx, ukey + ukeylen, &outlen)) { in cms_RecipientInfo_kekri_decrypt()
|
| /freebsd/crypto/openssl/crypto/hpke/ |
| H A D | hpke.c | 193 if (EVP_DecryptFinal_ex(ctx, pt + len, &len) <= 0) { in hpke_aead_dec()
|
| /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/tools/tools/crypto/ |
| H A D | cryptocheck.c | 1430 valid = (EVP_DecryptFinal_ex(ctx, (u_char *)output + outl, &outl) != 1); in openssl_aead_decrypt()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | speed.c | 982 rc = EVP_DecryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop() 1143 if (EVP_DecryptFinal_ex(ctx, outbuf, &outl)) in EVP_Update_loop_aead_dec()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | evp.h | 801 __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 | ossl-guide-migration.pod | 1111 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 | 2049 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:
|