openHiTLS API openHiTLS 0.1.0-Alpha1

◆ EventReport

typedef void(* EventReport) (CRYPT_EVENT_TYPE oper, CRYPT_ALGO_TYPE type, int32_t id, int32_t err)

event report.

参数
oper[IN] Operation type.
type[IN] Algorithm type.
id[IN] Algorithm ID.
err[IN] CRYPT_SUCCESS, if successful. For other error codes, see crypt_errno.h.
返回值
None