Return the number of pending (unflushed) bytes in an encode/decode context.
Synopsis
Declared in <openssl/evp.h>
int
EVP_ENCODE_CTX_num(EVP_ENCODE_CTX* ctx);
Return Value
Number of buffered input bytes awaiting encoding or decoding.
Parameters
Name |
Description |
ctx |
Encode/decode context to query. |
Created with MrDocs