Searched refs:hwkey_send_rsp (Results 1 – 2 of 2) sorted by relevance
/trusty/hardware/nxp/app/hwcrypto/ |
D | hwkey_srv.c | 108 static int hwkey_send_rsp(struct hwkey_chan_ctx* ctx, in hwkey_send_rsp() function 163 rc = hwkey_send_rsp(ctx, msg, key_data, klen); in hwkey_handle_get_keyslot_cmd() 197 rc = hwkey_send_rsp(ctx, msg, key_data, key_len); in hwkey_handle_derive_key_cmd() 238 rc = hwkey_send_rsp(ctx, &msg, NULL, 0); in hwkey_chan_handle_msg()
|
/trusty/user/app/sample/hwcrypto/ |
D | hwkey_srv.c | 115 static int hwkey_send_rsp(struct hwkey_chan_ctx* ctx, in hwkey_send_rsp() function 328 rc = hwkey_send_rsp(ctx, hdr, key_data, klen); in hwkey_handle_get_keyslot_cmd() 382 rc = hwkey_send_rsp(ctx, hdr, key_data, key_len); in hwkey_handle_derive_key_cmd()
|