Free a GCM128_CONTEXT allocated by CRYPTO_gcm128_new().
Synopsis
Declared in <openssl/modes.h>
void
CRYPTO_gcm128_release(GCM128_CONTEXT* ctx);
Parameters
Name |
Description |
ctx |
Context to free, or NULL (no‐op). |
Created with MrDocs