Home
last modified time | relevance | path

Searched refs:o_context (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_openssl.c502 coap_openssl_context_t *o_context; in coap_dtls_psk_client_callback() local
512 o_context = (coap_openssl_context_t *)c_session->context->dtls_context; in coap_dtls_psk_client_callback()
513 if (o_context == NULL) in coap_dtls_psk_client_callback()
914 coap_openssl_context_t *o_context = in coap_dtls_context_set_spsk() local
918 if (!setup_data || !o_context) in coap_dtls_context_set_spsk()
921 SSL_CTX_set_psk_server_callback(o_context->dtls.ctx, in coap_dtls_context_set_spsk()
924 SSL_CTX_set_psk_server_callback(o_context->tls.ctx, in coap_dtls_context_set_spsk()
931 SSL_CTX_use_psk_identity_hint(o_context->dtls.ctx, hint); in coap_dtls_context_set_spsk()
933 SSL_CTX_use_psk_identity_hint(o_context->tls.ctx, hint); in coap_dtls_context_set_spsk()
938 SSL_CTX_set_tlsext_servername_arg(o_context in coap_dtls_context_set_spsk()
986 coap_openssl_context_t *o_context = coap_dtls_context_set_cpsk() local
2221 coap_openssl_context_t *o_context = psk_tls_server_name_call_back() local
2526 coap_openssl_context_t *o_context; psk_tls_client_hello_call_back() local
[all...]

Completed in 3 milliseconds