|
liberasurecode
1.6.2
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_VAND_LIB_MAJOR 2 |
| #define | ISA_L_RS_VAND_LIB_MINOR 13 |
| #define | ISA_L_RS_VAND_LIB_REV 0 |
| #define | ISA_L_RS_VAND_LIB_VER_STR "2.13" |
| #define | ISA_L_RS_VAND_LIB_NAME "isa_l_rs_vand" |
| #define | ISA_L_RS_VAND_SO_NAME "libisal.so.2" |
Functions | |
| static void * | isa_l_rs_vand_init (struct ec_backend_args *args, void *backend_sohandle) |
| static bool | isa_l_rs_vand_is_compatible_with (uint32_t version) |
Variables | |
| struct ec_backend_op_stubs | isa_l_rs_vand_ops |
| struct ec_backend | isa_l_rs_vand |
| struct ec_backend_common | backend_isa_l_rs_vand |
| struct ec_backend_op_stubs | isa_l_rs_vand_op_stubs |
| #define ISA_L_RS_VAND_LIB_MAJOR 2 |
Definition at line 34 of file isa_l_rs_vand.c.
| #define ISA_L_RS_VAND_LIB_MINOR 13 |
Definition at line 35 of file isa_l_rs_vand.c.
| #define ISA_L_RS_VAND_LIB_NAME "isa_l_rs_vand" |
Definition at line 38 of file isa_l_rs_vand.c.
| #define ISA_L_RS_VAND_LIB_REV 0 |
Definition at line 36 of file isa_l_rs_vand.c.
| #define ISA_L_RS_VAND_LIB_VER_STR "2.13" |
Definition at line 37 of file isa_l_rs_vand.c.
| #define ISA_L_RS_VAND_SO_NAME "libisal.so.2" |
Definition at line 42 of file isa_l_rs_vand.c.
|
static |
Definition at line 50 of file isa_l_rs_vand.c.
References isa_l_common_init().
|
static |
Definition at line 60 of file isa_l_rs_vand.c.
References backend_isa_l_rs_vand.
| struct ec_backend_common backend_isa_l_rs_vand |
Definition at line 1 of file isa_l_rs_vand.c.
Referenced by isa_l_rs_vand_is_compatible_with().
| struct ec_backend isa_l_rs_vand |
Definition at line 1 of file isa_l_rs_vand.c.
| struct ec_backend_op_stubs isa_l_rs_vand_op_stubs |
Definition at line 60 of file isa_l_rs_vand.c.
| struct ec_backend_op_stubs isa_l_rs_vand_ops |
Definition at line 1 of file isa_l_rs_vand.c.