Return the internal partial-block buffer of a cipher context (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
unsigned char*
EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX* ctx);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the context's internal buffer used for leftover partial blocks.
| Name | Description |
|---|---|
| ctx | Cipher context whose buf field is exposed. |