liberasurecode 1.6.3
Erasure Code API library
|
#include <stdlib.h>
#include "erasurecode_backend.h"
#include "isa_l_common.h"
Go to the source code of this file.
Macros | |
#define | ISA_L_RS_CAUCHY_LIB_MAJOR 2 |
#define | ISA_L_RS_CAUCHY_LIB_MINOR 14 |
#define | ISA_L_RS_CAUCHY_LIB_REV 1 |
#define | ISA_L_RS_CAUCHY_LIB_VER_STR "2.14" |
#define | ISA_L_RS_CAUCHY_LIB_NAME "isa_l_rs_cauchy" |
#define | ISA_L_RS_CAUCHY_SO_NAME "libisal" LIBERASURECODE_SO_SUFFIX ".so.2" |
Functions | |
static void * | isa_l_rs_cauchy_init (struct ec_backend_args *args, void *backend_sohandle) |
static bool | isa_l_rs_cauchy_is_compatible_with (uint32_t version) |
Variables | |
struct ec_backend_op_stubs | isa_l_rs_cauchy_ops |
struct ec_backend | isa_l_rs_cauchy |
struct ec_backend_common | backend_isa_l_rs_cauchy |
struct ec_backend_op_stubs | isa_l_rs_cauchy_op_stubs |
#define ISA_L_RS_CAUCHY_LIB_MAJOR 2 |
Definition at line 35 of file isa_l_rs_cauchy.c.
#define ISA_L_RS_CAUCHY_LIB_MINOR 14 |
Definition at line 36 of file isa_l_rs_cauchy.c.
#define ISA_L_RS_CAUCHY_LIB_NAME "isa_l_rs_cauchy" |
Definition at line 39 of file isa_l_rs_cauchy.c.
#define ISA_L_RS_CAUCHY_LIB_REV 1 |
Definition at line 37 of file isa_l_rs_cauchy.c.
#define ISA_L_RS_CAUCHY_LIB_VER_STR "2.14" |
Definition at line 38 of file isa_l_rs_cauchy.c.
#define ISA_L_RS_CAUCHY_SO_NAME "libisal" LIBERASURECODE_SO_SUFFIX ".so.2" |
Definition at line 43 of file isa_l_rs_cauchy.c.
|
static |
Definition at line 51 of file isa_l_rs_cauchy.c.
References isa_l_common_init().
|
static |
Definition at line 61 of file isa_l_rs_cauchy.c.
References backend_isa_l_rs_cauchy.
struct ec_backend_common backend_isa_l_rs_cauchy |
Definition at line 49 of file isa_l_rs_cauchy.c.
Referenced by isa_l_rs_cauchy_is_compatible_with().
struct ec_backend isa_l_rs_cauchy |
Definition at line 48 of file isa_l_rs_cauchy.c.
struct ec_backend_op_stubs isa_l_rs_cauchy_op_stubs |
Definition at line 65 of file isa_l_rs_cauchy.c.
struct ec_backend_op_stubs isa_l_rs_cauchy_ops |
Definition at line 47 of file isa_l_rs_cauchy.c.