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
1327 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() with the output
1362 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made
1389 before any EVP_DecryptUpdate() call). For SIV mode the taglen must be 16.
1394 EVP_CipherUpdate(), EVP_EncryptUpdate() or EVP_DecryptUpdate() should be made