Lines Matching refs:EVP_DecryptUpdate
17 EVP_DecryptUpdate,
127 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
392 =item EVP_DecryptInit_ex2(), EVP_DecryptInit_ex(), EVP_DecryptUpdate()
399 decrypted data buffer I<out> passed to EVP_DecryptUpdate() should have
603 "used" (before any EVP_EncryptUpdate(), EVP_DecryptUpdate() calls for example).
892 EVP_DecryptUpdate() and EVP_CipherUpdate() is the number of bits or number of bytes.
1192 EVP_DecryptInit_ex2() and EVP_DecryptUpdate() return 1 for success and 0 for failure.
1270 EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made with the output
1329 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() with the output
1364 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made
1401 made B<before> any data is processed (e.g. before any EVP_DecryptUpdate()
1407 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made