 |
API参考
|
19#include "hitls_build.h"
20#ifdef HITLS_CRYPTO_EAL
23#include "bsl_err_internal.h"
24#include "crypt_types.h"
30#ifdef HITLS_CRYPTO_EAL_REPORT
31#define EAL_ERR_REPORT(oper, type, id, err) \
33 EAL_EventReport((oper), (type), (id), (err)); \
34 BSL_ERR_PUSH_ERROR((err)); \
37#define EAL_EVENT_REPORT(oper, type, id, err) \
39 EAL_EventReport((oper), (type), (id), (err)); \
45#define EAL_ERR_REPORT(oper, type, id, err)
47#define EAL_EVENT_REPORT(oper, type, id, err)
CRYPT_ALGO_TYPE
定义 crypt_types.h:843
CRYPT_EVENT_TYPE
定义 crypt_types.h:810