Home
last modified time | relevance | path

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

/third_party/libcoap/include/oscore/
Doscore_context.h80 typedef struct oscore_sender_ctx_t oscore_sender_ctx_t; typedef
91 oscore_sender_ctx_t *sender_context;
105 struct oscore_sender_ctx_t { struct
/third_party/libcoap/src/oscore/
Doscore_context.c435 oscore_sender_ctx_t *sender_ctx = NULL; in oscore_duplicate_ctx()
443 sender_ctx = coap_malloc_type(COAP_OSCORE_SEN, sizeof(oscore_sender_ctx_t)); in oscore_duplicate_ctx()
446 memset(sender_ctx, 0, sizeof(oscore_sender_ctx_t)); in oscore_duplicate_ctx()
515 oscore_sender_ctx_t *sender_ctx = NULL; in oscore_derive_ctx()
523 sender_ctx = coap_malloc_type(COAP_OSCORE_SEN, sizeof(oscore_sender_ctx_t)); in oscore_derive_ctx()
526 memset(sender_ctx, 0, sizeof(oscore_sender_ctx_t)); in oscore_derive_ctx()
/third_party/libcoap/src/
Dcoap_oscore.c299 oscore_sender_ctx_t *snd_ctx = osc_ctx ? osc_ctx->sender_context : NULL; in coap_oscore_new_pdu_encrypted()
795 oscore_sender_ctx_t *snd_ctx = NULL; in coap_oscore_decrypt_pdu()