Searched refs:sender_id (Results 1 – 14 of 14) sorted by relevance
/third_party/libcoap/src/oscore/ |
D | oscore_context.c | 129 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/ |
D | oscore_context.h | 109 coap_bin_const_t *sender_id; member 180 coap_bin_const_t *sender_id,
|
/third_party/libcoap/examples/interop/ |
D | e_client.conf | 3 sender_id,hex,"010101"
|
D | b_server.conf | 3 sender_id,hex,"01"
|
D | a_client.conf | 3 sender_id,hex,""
|
D | f_client.conf | 3 sender_id,hex,""
|
D | g_client.conf | 3 sender_id,hex,""
|
D | d_server.conf | 4 sender_id,hex,"01"
|
D | c_client.conf | 4 sender_id,hex,""
|
/third_party/libcoap/tests/ |
D | test_oscore.c | 88 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/ |
D | coap_oscore_internal.h | 39 coap_bin_const_t *sender_id; /**< Sender ID (i.e. local our id) */ member
|
/third_party/libcoap/man/ |
D | coap-oscore-conf.txt.in | 86 *sender_id* :: 166 sender_id,ascii,"server" 195 sender_id,ascii,"client"
|
D | coap_oscore.txt.in | 309 "sender_id,ascii,\"server\"\n"
|
/third_party/libcoap/src/ |
D | coap_oscore.c | 374 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()
|