| /freebsd-12.1/crypto/openssl/crypto/cms/ |
| H A D | cms_pwri.c | 196 if (!EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl, in kek_unwrap_key() 203 || !EVP_DecryptUpdate(ctx, tmp, &outl, in kek_unwrap_key() 206 || !EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen) in kek_unwrap_key() 211 || !EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen)) in kek_unwrap_key()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EVP_EncryptInit.pod | 12 EVP_DecryptUpdate, 69 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, 169 EVP_DecryptInit_ex(), EVP_DecryptUpdate() and EVP_DecryptFinal_ex() are the 174 passed to EVP_DecryptUpdate() should have sufficient room for 259 EVP_EncryptUpdate(), EVP_DecryptUpdate() calls for example). This function 289 EVP_DecryptInit_ex() and EVP_DecryptUpdate() return 1 for success and 0 for failure. 345 EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made with the output 402 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() with the output
|
| H A D | EVP_OpenInit.pod | 29 as the EVP_DecryptUpdate() and EVP_DecryptFinal() routines, as
|
| H A D | EVP_CIPHER_meth_new.pod | 194 EVP_EncryptUpdate(), EVP_DecryptUpdate(), EVP_CipherFinal(),
|
| /freebsd-12.1/contrib/apr-util/crypto/ |
| H A D | apr_crypto_openssl.c | 740 if (!EVP_DecryptUpdate(&ctx->cipherCtx, *out, &outl, in, inlen)) { 742 if (!EVP_DecryptUpdate(&ctx->cipherCtx, *out, &outl, (unsigned char *) in,
|
| /freebsd-12.1/crypto/openssl/crypto/pem/ |
| H A D | pvkfmt.c | 716 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body() 726 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body() 847 if (!EVP_DecryptUpdate(cctx, p, &enctmplen, p, pklen - 8)) in i2b_PVK()
|
| H A D | pem_lib.c | 452 ok = EVP_DecryptUpdate(ctx, data, &ilen, data, ilen); in PEM_do_header()
|
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | evp_enc.c | 215 return EVP_DecryptUpdate(ctx, out, outl, in, inl); in EVP_CipherUpdate() 443 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate() function
|
| /freebsd-12.1/sbin/decryptcore/ |
| H A D | decryptcore.c | 239 if (EVP_DecryptUpdate(ctx, buf, &olen, buf, in decrypt()
|
| /freebsd-12.1/contrib/bsnmp/lib/ |
| H A D | snmpcrypto.c | 232 if (EVP_DecryptUpdate(ctx, pdu->scoped_ptr, &olen, pdu->scoped_ptr, in snmp_pdu_decrypt()
|
| /freebsd-12.1/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 402 if (EVP_DecryptUpdate(c, plain, &plen, crypt, 16) != 1) { in aes_decrypt() 509 EVP_DecryptUpdate(ctx, data, &plen, data, data_len) == 1 && in aes_128_cbc_decrypt() 733 if (!EVP_DecryptUpdate(ctx->dec, plain, &outl, crypt, len)) in crypto_cipher_decrypt()
|
| /freebsd-12.1/tools/tools/crypto/ |
| H A D | cryptocheck.c | 1062 if (EVP_DecryptUpdate(ctx, NULL, &outl, (const u_char *)aad, in openssl_gcm_decrypt() 1068 if (EVP_DecryptUpdate(ctx, (u_char *)output, &outl, in openssl_gcm_decrypt()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | speed.c | 930 rc = EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]); in EVP_Update_loop() 973 EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]); in EVP_Update_loop_ccm() 1011 EVP_DecryptUpdate(ctx, NULL, &outl, aad, sizeof(aad)); in EVP_Update_loop_aead() 1012 EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]); in EVP_Update_loop_aead()
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | evp.h | 505 # define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e) 599 /*__owur*/ int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 1440 if (sdec == NULL || EVP_DecryptUpdate(ctx, sdec, &slen, p, in tls_decrypt_ticket()
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1482 EVP_DecryptUpdate;
|
| H A D | Makefile.man | 1457 MLINKS+= EVP_EncryptInit.3 EVP_DecryptUpdate.3
|
| /freebsd-12.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 745 EVP_F_EVP_DECRYPTUPDATE:166:EVP_DecryptUpdate
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CHANGES | 2226 EVP_DecryptUpdate() can call EVP_EncryptUpdate() in certain code paths.
|