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
Name |
Description |
ctx |
Cipher context to query. |
Created with MrDocs