Home
last modified time | relevance | path

Searched refs:sender_id (Results 1 – 14 of 14) sorted by relevance

/third_party/libcoap/src/oscore/
Doscore_context.c129 coap_delete_bin_const(osc_ctx->sender_context->sender_id); in oscore_free_context()
366 osc_ctx->sender_context->sender_id); in oscore_log_context()
398 osc_ctx->sender_context->sender_id, in oscore_update_ctx()
431 coap_bin_const_t *sender_id, in oscore_duplicate_ctx() argument
470 sender_id, in oscore_duplicate_ctx()
494 sender_ctx->sender_id = coap_new_bin_const(sender_id->s, sender_id->length); in oscore_duplicate_ctx()
548 oscore_conf->sender_id, in oscore_derive_ctx()
553 oscore_conf->sender_id, in oscore_derive_ctx()
577 sender_ctx->sender_id = oscore_conf->sender_id; in oscore_derive_ctx()
/third_party/libcoap/include/oscore/
Doscore_context.h109 coap_bin_const_t *sender_id; member
180 coap_bin_const_t *sender_id,
/third_party/libcoap/examples/interop/
De_client.conf3 sender_id,hex,"010101"
Db_server.conf3 sender_id,hex,"01"
Da_client.conf3 sender_id,hex,""
Df_client.conf3 sender_id,hex,""
Dg_client.conf3 sender_id,hex,""
Dd_server.conf4 sender_id,hex,"01"
Dc_client.conf4 sender_id,hex,""
/third_party/libcoap/tests/
Dtest_oscore.c88 cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->sender_context->sender_id); in t_oscore_c_1_1()
152 cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->sender_context->sender_id); in t_oscore_c_1_2()
215 cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->sender_context->sender_id); in t_oscore_c_2_1()
278 cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->sender_context->sender_id); in t_oscore_c_2_2()
343 cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->sender_context->sender_id); in t_oscore_c_3_1()
408 cose_encrypt0_set_key_id(cose, ctx->p_osc_ctx->sender_context->sender_id); in t_oscore_c_3_2()
/third_party/libcoap/include/coap3/
Dcoap_oscore_internal.h39 coap_bin_const_t *sender_id; /**< Sender ID (i.e. local our id) */ member
/third_party/libcoap/man/
Dcoap-oscore-conf.txt.in86 *sender_id* ::
166 sender_id,ascii,"server"
195 sender_id,ascii,"client"
Dcoap_oscore.txt.in309 "sender_id,ascii,\"server\"\n"
/third_party/libcoap/src/
Dcoap_oscore.c374 cose_encrypt0_set_key_id(cose, snd_ctx->sender_id); in coap_oscore_new_pdu_encrypted()
948 osc_ctx->sender_context->sender_id, in coap_oscore_decrypt_pdu()
1235 cose_encrypt0_set_key_id(cose, snd_ctx->sender_id); in coap_oscore_decrypt_pdu()
1804 CONFIG_ENTRY(sender_id, COAP_ENC_HEX | COAP_ENC_ASCII, NULL),
1827 coap_delete_bin_const(oscore_conf->sender_id); in coap_delete_oscore_conf()
1951 if (!oscore_conf->sender_id) { in coap_parse_oscore_conf_mem()
1955 if (oscore_conf->sender_id->length > 7) { in coap_parse_oscore_conf_mem()
2072 osc_ctx->sender_context->sender_id->length; in coap_oscore_overhead()