Home
last modified time | relevance | path

Searched refs:coap_session_get_psk_hint (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/man/
Dcoap_session.txt.in28 coap_session_get_psk_hint,
67 *const coap_bin_const_t *coap_session_get_psk_hint(
181 The *coap_session_get_psk_hint*() function is used to get the current server
215 *coap_session_get_psk_hint*() returns the current server session's
DMakefile.am124 @echo ".so man3/coap_session.3" > coap_session_get_psk_hint.3
Dcoap_encryption.txt.in1033 const coap_bin_const_t *s_psk_hint = coap_session_get_psk_hint(c_session);
/third_party/libcoap/
Dlibcoap-3.sym187 coap_session_get_psk_hint
Dlibcoap-3.map189 coap_session_get_psk_hint;
/third_party/libcoap/include/coap3/
Dcoap_session.h286 const coap_bin_const_t * coap_session_get_psk_hint(
/third_party/libcoap/src/
Dcoap_session.c1125 coap_session_get_psk_hint(const coap_session_t *session) { in coap_session_get_psk_hint() function
/third_party/libcoap/examples/
Dcoap-server.c1967 const coap_bin_const_t *s_psk_hint = coap_session_get_psk_hint(c_session); in verify_id_callback()