| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdlib.h>#include <string.h>#include <doca_argp.h>#include <doca_error.h>#include <doca_dev.h>#include <doca_sha.h>#include <doca_log.h>#include <utils.h>
Go to the source code of this file.
Macros | |
| #define | MAX_USER_DATA_LEN 1024 /* max user data length */ |
| #define | MAX_DATA_LEN (MAX_USER_DATA_LEN + 1) /* max data length */ |
Functions | |
| DOCA_LOG_REGISTER (SHA_PARTIAL_CREATE::MAIN) | |
| doca_error_t | sha_partial_create (const char *data) |
| static doca_error_t | data_callback (void *param, void *config) |
| static doca_error_t | register_sha_params (void) |
| int | main (int argc, char **argv) |
| #define MAX_DATA_LEN (MAX_USER_DATA_LEN + 1) /* max data length */ |
Definition at line 40 of file sha_partial_create_main.c.
| #define MAX_USER_DATA_LEN 1024 /* max user data length */ |
Definition at line 39 of file sha_partial_create_main.c.
|
static |
Definition at line 52 of file sha_partial_create_main.c.
| DOCA_LOG_REGISTER | ( | SHA_PARTIAL_CREATE::MAIN | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 102 of file sha_partial_create_main.c.
|
static |
Definition at line 72 of file sha_partial_create_main.c.
| doca_error_t sha_partial_create | ( | const char * | data | ) |