Home
last modified time | relevance | path

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

/third_party/libcoap/include/oscore/
Doscore_context.h163 oscore_ctx_t *oscore_derive_ctx(coap_context_t *c_context,
/third_party/libcoap/src/oscore/
Doscore_context.c513 oscore_derive_ctx(coap_context_t *c_context, coap_oscore_conf_t *oscore_conf) { in oscore_derive_ctx() function
/third_party/libcoap/src/
Dcoap_oscore.c1987 osc_ctx = oscore_derive_ctx(c_context, oscore_conf); in coap_oscore_init()