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.in29 coap_session_get_psk_hint,
71 *const coap_bin_const_t *coap_session_get_psk_hint(
219 The *coap_session_get_psk_hint*() function is used to get the current server
256 *coap_session_get_psk_hint*() returns the current server session's
DMakefile.am190 @echo ".so man3/coap_session.3" > coap_session_get_psk_hint.3
Dcoap_encryption.txt.in1035 const coap_bin_const_t *s_psk_hint = coap_session_get_psk_hint(c_session);
/third_party/libcoap/
Dlibcoap-3.map238 coap_session_get_psk_hint;
Dlibcoap-3.sym235 coap_session_get_psk_hint
/third_party/libcoap/include/coap3/
Dcoap_session.h309 const coap_bin_const_t *coap_session_get_psk_hint(
/third_party/libcoap/src/
Dcoap_session.c1599 coap_session_get_psk_hint(const coap_session_t *session) { in coap_session_get_psk_hint() function
/third_party/libcoap/examples/
Dcoap-server.c1972 const coap_bin_const_t *s_psk_hint = coap_session_get_psk_hint(c_session); in verify_id_callback()