| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#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"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (AES_GCM_ENCRYPT::MAIN) | |
| doca_error_t | aes_gcm_encrypt (struct aes_gcm_cfg *cfg, char *file_data, size_t file_size) |
| int | main (int argc, char **argv) |
| doca_error_t aes_gcm_encrypt | ( | struct aes_gcm_cfg * | cfg, |
| char * | file_data, | ||
| size_t | file_size | ||
| ) |
Definition at line 51 of file aes_gcm_encrypt_sample.c.
| DOCA_LOG_REGISTER | ( | AES_GCM_ENCRYPT::MAIN | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 51 of file aes_gcm_encrypt_main.c.