Return the internal partial‐block buffer of a cipher context (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
unsigned char*
EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX* ctx);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the context's internal buffer used for leftover partial blocks.

Parameters

Name

Description

ctx

Cipher context whose buf field is exposed.

Created with MrDocs