#include "internal.h"Go to the source code of this file.
Functions | |
| NoiseCipherState * | noise_aesgcm_new (void) |
| Creates a new AES-GCM CipherState object. More... | |
| NoiseCipherState * | noise_aesgcm_new_ref (void) |
| NoiseCipherState* noise_aesgcm_new | ( | void | ) |
Creates a new AES-GCM CipherState object.
Definition at line 40 of file internal.c.
| NoiseCipherState* noise_aesgcm_new_ref | ( | void | ) |
1.8.6