Release internal OCB tables and cleanse the context (does not free ctx itself).
Synopsis
Declared in <openssl/modes.h>
void
CRYPTO_ocb128_cleanup(OCB128_CONTEXT* ctx);
Parameters
Name |
Description |
ctx |
Context to cleanse, or NULL (no‐op). |
Created with MrDocs