EVP_CIPHER_CTX_get_num

Return the cipher-specific "num" field of a cipher context.

Synopsis

Declared in <openssl/evp.h>

int
EVP_CIPHER_CTX_get_num(EVP_CIPHER_CTX const* ctx);

Return Value

Current num value (often how much of the current block has been used).

Parameters

NameDescription
ctxCipher context to query.