Searched refs:coap_context_set_psk2 (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/man/ |
D | coap_endpoint_server.txt.in | 16 coap_context_set_psk2, 33 *int coap_context_set_psk2(coap_context_t *_context_, 86 coap_context_set_pki() and/or coap_context_set_psk2() - if encryption is required 111 The *coap_context_set_psk2*() function is used to configure the TLS context 161 *coap_context_set_psk2*() functions return 1 on success, 0 on failure. 455 if (coap_context_set_psk2(context, &dtls_psk)) {
|
D | coap_encryption.txt.in | 87 coap_context_set_pki() and/or coap_context_set_psk2() - if encryption is required 109 coap_new_client_session_pki(), coap_context_set_psk2() and 301 * coap_context_set_psk2(). 308 * @param arg The same as was passed into coap_context_set_psk2() 343 * PSK SNI callback that can be set up by coap_context_set_psk2(). 1119 if (coap_context_set_psk2(context, &dtls_psk)) {
|
/third_party/libcoap/ |
D | libcoap-3.sym | 50 coap_context_set_psk2
|
D | libcoap-3.map | 52 coap_context_set_psk2;
|
/third_party/libcoap/include/coap3/ |
D | net.h | 178 int coap_context_set_psk2(coap_context_t *context,
|
/third_party/libcoap/examples/ |
D | coap-rd.c | 692 coap_context_set_psk2(ctx, &dtls_psk); in fill_keystore()
|
D | coap-server.c | 2106 coap_context_set_psk2(ctx, dtls_spsk); in fill_keystore()
|
/third_party/libcoap/src/ |
D | net.c | 405 return coap_context_set_psk2(ctx, &setup_data); in coap_context_set_psk() 408 int coap_context_set_psk2(coap_context_t *ctx, in coap_context_set_psk2() function
|