Skip to content

MTY_AESGCMDestroy

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Destroy an MTY_AESGCM context.

void MTY_AESGCMDestroy(
    MTY_AESGCM ** aesgcm
);

Parameters

aesgcm (MTY_AESGCM **)

Passed by reference and set to NULL after being destroyed.

Platform support

Windows   macOS   Android   Linux  

See also

Module: Crypto

Clone this wiki locally