/openssl/demos/cipher/ |
H A D | aesccm.c | 200 if (!EVP_DecryptUpdate(ctx, NULL, &outlen, NULL, sizeof(ccm_ct))) in aes_ccm_decrypt() 204 if (!EVP_DecryptUpdate(ctx, NULL, &outlen, ccm_adata, sizeof(ccm_adata))) in aes_ccm_decrypt() 208 rv = EVP_DecryptUpdate(ctx, outbuf, &outlen, ccm_ct, sizeof(ccm_ct)); in aes_ccm_decrypt()
|
H A D | aesgcm.c | 182 if (!EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, sizeof(gcm_aad))) in aes_gcm_decrypt() 186 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, gcm_ct, sizeof(gcm_ct))) in aes_gcm_decrypt()
|
H A D | aeskeywrap.c | 143 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, wrap_ct, sizeof(wrap_ct))) in aes_wrap_decrypt()
|
H A D | ariacbc.c | 138 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, cbc_ct, sizeof(cbc_ct))) in aria_cbc_decrypt()
|
/openssl/crypto/cms/ |
H A D | cms_pwri.c | 222 if (!EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl, in kek_unwrap_key() 229 || !EVP_DecryptUpdate(ctx, tmp, &outl, in kek_unwrap_key() 232 || !EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen) in kek_unwrap_key() 237 || !EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen)) in kek_unwrap_key()
|
H A D | cms_env.c | 988 || !EVP_DecryptUpdate(ctx, ukey, &ukeylen, in cms_RecipientInfo_kekri_decrypt()
|
/openssl/doc/man7/ |
H A D | EVP_CIPHER-SM4.pod | 43 L<EVP_EncryptUpdate(3)> or L<EVP_DecryptUpdate(3)> call requires each input 45 EVP_DecryptUpdate() call can optionally have an input that is not a multiple
|
H A D | EVP_CIPHER-AES.pod | 70 or L<EVP_DecryptUpdate(3)> call after the initialization of the context. 73 L<EVP_EncryptUpdate(3)> or L<EVP_DecryptUpdate(3)> call requires each input 75 EVP_DecryptUpdate() call can optionally have an input that is not a multiple
|
H A D | life_cycle-cipher.pod | 85 | EVP_DecryptUpdate | EVP_CipherUpdate EVP_EncryptUpdate | 94 …| updated | EVP_DecryptUpdate | | | updated |-----… 136 …EVP_DecryptUpdate updated up… 227 <tr><th style="border:1px solid" align="left">EVP_DecryptUpdate</th>
|
H A D | provider-cipher.pod | 176 locations, the requirements of L<EVP_EncryptUpdate(3)> and L<EVP_DecryptUpdate(3)> 178 Similarly, the requirements of L<EVP_EncryptUpdate(3)> and L<EVP_DecryptUpdate(3)>
|
/openssl/test/ |
H A D | aesgcmtest.c | 80 && TEST_true(EVP_DecryptUpdate(ctx, NULL, &outlen, gcm_aad, in do_decrypt() 82 && TEST_true(EVP_DecryptUpdate(ctx, pt, &ptlen, ct, in do_decrypt()
|
H A D | destest.c | 768 || !TEST_true(EVP_DecryptUpdate(ctx, p_txt, &plen_upd, in test_des_key_wrap()
|
H A D | evp_extra_test.c | 3470 || !TEST_true(EVP_DecryptUpdate(ctx, plaintext, &ptlen, ciphertext, in test_decrypt_null_chunks() 3476 || !TEST_true(EVP_DecryptUpdate(ctx, plaintext + ptlen, &tmp, NULL, in test_decrypt_null_chunks() 3479 || !TEST_true(EVP_DecryptUpdate(ctx, plaintext + ptlen, &tmp, in test_decrypt_null_chunks() 5725 && !TEST_true(EVP_DecryptUpdate(ctx, NULL, &outlen, in aes_gcm_decrypt() 5727 || !TEST_true(EVP_DecryptUpdate(ctx, outbuf, &outlen, in aes_gcm_decrypt() 5850 || !TEST_true(EVP_DecryptUpdate(ctx, outbuf, &outlen, in rc4_decrypt()
|
/openssl/doc/life-cycles/ |
H A D | cipher.dot | 30 d_initialised -> d_updated [label="EVP_DecryptUpdate", weight=2]; 31 d_updated -> d_updated [label="EVP_DecryptUpdate"];
|
/openssl/doc/man3/ |
H A D | EVP_OpenInit.pod | 29 as the EVP_DecryptUpdate() and EVP_DecryptFinal() routines, as
|
H A D | EVP_EncryptInit.pod | 19 EVP_DecryptUpdate, 136 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, 436 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate() 695 "used" (before any EVP_EncryptUpdate(), EVP_DecryptUpdate() calls for example). 1027 EVP_DecryptUpdate() and EVP_CipherUpdate() is the number of bits or number of bytes. 1377 EVP_DecryptInit_ex2() and EVP_DecryptUpdate() return 1 for success and 0 for failure. 1469 EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made with the output 1537 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() with the output 1574 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made 1611 made B<before> any data is processed (e.g. before any EVP_DecryptUpdate() [all …]
|
H A D | EVP_CIPHER_meth_new.pod | 199 EVP_EncryptUpdate(), EVP_DecryptUpdate(), EVP_CipherFinal(),
|
/openssl/crypto/pem/ |
H A D | pvkfmt.c | 892 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key() 902 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
|
H A D | pem_lib.c | 463 ok = EVP_DecryptUpdate(ctx, data, &ilen, data, ilen); in PEM_do_header()
|
/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 691 || !EVP_DecryptUpdate(evp_ctx, outbuf, &outlen, in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
|
/openssl/crypto/hpke/ |
H A D | hpke.c | 176 if (EVP_DecryptUpdate(ctx, NULL, &len, aad, aadlen) != 1) { in hpke_aead_dec() 181 if (EVP_DecryptUpdate(ctx, pt, &len, ct, ctlen - taglen) != 1) { in hpke_aead_dec()
|
/openssl/crypto/evp/ |
H A D | evp_enc.c | 543 return EVP_DecryptUpdate(ctx, out, outl, in, inl); in EVP_CipherUpdate() 946 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate() function
|
/openssl/apps/ |
H A D | speed.c | 890 rc = EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]); in EVP_Update_loop() 1048 if (!EVP_DecryptUpdate(ctx, NULL, &outl, in EVP_Update_loop_aead_dec() 1056 if (!EVP_DecryptUpdate(ctx, NULL, &outl, aad, sizeof(aad))) { in EVP_Update_loop_aead_dec() 1062 if (!EVP_DecryptUpdate(ctx, outbuf, &outl, buf, lengths[testnum])) { in EVP_Update_loop_aead_dec()
|
/openssl/include/openssl/ |
H A D | evp.h | 674 # define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e) 793 __owur int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
|
/openssl/ssl/ |
H A D | t1_lib.c | 2519 if (sdec == NULL || EVP_DecryptUpdate(ctx, sdec, &slen, p, in tls_decrypt_ticket()
|