| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <string.h>#include <stdlib.h>#include <time.h>#include <unistd.h>#include <doca_buf.h>#include <doca_buf_inventory.h>#include <doca_ctx.h>#include <doca_aes_gcm.h>#include <doca_error.h>#include <doca_log.h>#include "common.h"#include "aes_gcm_common.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (AES_GCM_DECRYPT) | |
| doca_error_t | aes_gcm_decrypt (struct aes_gcm_cfg *cfg, char *file_data, size_t file_size) |
| 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 | ( | AES_GCM_DECRYPT | ) |