Noise-C
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Functions
internal.c File Reference
#include "internal.h"

Go to the source code of this file.

Functions

NoiseCipherStatenoise_aesgcm_new (void)
 Creates a new AES-GCM CipherState object. More...
 
NoiseCipherStatenoise_aesgcm_new_ref (void)
 

Function Documentation

NoiseCipherState* noise_aesgcm_new ( void  )

Creates a new AES-GCM CipherState object.

Returns
A NoiseCipherState for AES-GCM cipher use, or NULL if no such state is available.

Definition at line 40 of file internal.c.

NoiseCipherState* noise_aesgcm_new_ref ( void  )