Home
last modified time | relevance | path

Searched refs:hwbcc_ops (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/lib/hwbcc/srv/
Dsrv.c100 static const struct hwbcc_ops* hwbcc_ops; variable
102 static int hwbcc_check_ops(const struct hwbcc_ops* ops) { in hwbcc_check_ops()
115 assert(hwbcc_ops); in on_connect()
118 int rc = hwbcc_ops->init(&s, peer); in on_connect()
129 assert(hwbcc_ops); in on_channel_cleanup()
132 hwbcc_ops->close(s); in on_channel_cleanup()
144 assert(hwbcc_ops); in handle_sign_data()
146 rc = hwbcc_ops->sign_key(s, test_mode, args->algorithm, data_and_aad, in handle_sign_data()
176 assert(hwbcc_ops); in handle_get_bcc()
178 rc = hwbcc_ops->get_bcc(s, test_mode, resp.payload, sizeof(resp.payload), in handle_get_bcc()
[all …]
/trusty/user/base/lib/hwbcc/srv/include/lib/hwbcc/srv/
Dsrv.h50 struct hwbcc_ops { struct
86 int add_hwbcc_service(struct tipc_hset* hset, const struct hwbcc_ops* ops); argument
/trusty/user/app/sample/hwbcc/
Dmain.c31 struct hwbcc_ops ops; in main()