NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
aes_gcm_decrypt_main.c File Reference
#include <stdlib.h>
#include <string.h>
#include <doca_argp.h>
#include <doca_aes_gcm.h>
#include <doca_dev.h>
#include <doca_error.h>
#include <doca_log.h>
#include <utils.h>
#include "aes_gcm_common.h"
Include dependency graph for aes_gcm_decrypt_main.c:

Go to the source code of this file.

Functions

 DOCA_LOG_REGISTER (AES_GCM_DECRYPT::MAIN)
 
doca_error_t aes_gcm_decrypt (struct aes_gcm_cfg *cfg, char *file_data, size_t file_size)
 
int main (int argc, char **argv)
 

Function Documentation

◆ aes_gcm_decrypt()

doca_error_t aes_gcm_decrypt ( struct aes_gcm_cfg cfg,
char *  file_data,
size_t  file_size 
)

Definition at line 51 of file aes_gcm_decrypt_sample.c.

◆ DOCA_LOG_REGISTER()

DOCA_LOG_REGISTER ( AES_GCM_DECRYPT::MAIN  )

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 51 of file aes_gcm_decrypt_main.c.