Lines Matching refs:EVP_DecryptUpdate
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()
1617 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made