Home
last modified time | relevance | path

Searched refs:SSL_use_psk_identity_hint (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_use_psk_identity_hint.pod8 SSL_use_psk_identity_hint,
35 int SSL_use_psk_identity_hint(SSL *ssl, const char *hint);
61 object B<ctx>. SSL_use_psk_identity_hint() sets the given B<NUL>-terminated PSK
97 B<SSL_CTX_use_psk_identity_hint()> and B<SSL_use_psk_identity_hint()> return
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1805 int SSL_use_psk_identity_hint(SSL *ssl, const char *hint);
/third_party/libcoap/src/
Dcoap_openssl.c2228 SSL_use_psk_identity_hint(ssl, lhint); in psk_tls_server_name_call_back()
2555 SSL_use_psk_identity_hint(ssl, lhint); in psk_tls_client_hello_call_back()
2780 SSL_use_psk_identity_hint(ssl, hint); in coap_dtls_new_server_session()
3243 SSL_use_psk_identity_hint(ssl, hint); in coap_tls_new_server_session()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc963 !SSL_use_psk_identity_hint(ssl.get(), config->psk_identity.c_str())) { in DoExchange()
/third_party/openssl/util/
Dlibssl.num297 SSL_use_psk_identity_hint 298 1_1_0 EXIST::FUNCTION:PSK
/third_party/node/src/
Dtls_wrap.cc1129 if (!SSL_use_psk_identity_hint(p->ssl_.get(), *hint)) { in SetPskIdentityHint()
/third_party/openssl/doc/man7/
Dssl.pod731 =item int B<SSL_use_psk_identity_hint>(SSL *ssl, const char *hint);
/third_party/openssl/include/openssl/
Dssl.h840 __owur int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h517 #define SSL_use_psk_identity_hint BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_use_psk_identity_hint) macro
/third_party/openssl/ssl/
Dssl_lib.c4334 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) in SSL_use_psk_identity_hint() function
/third_party/openssl/crypto/err/
Dopenssl.txt1352 SSL_F_SSL_USE_PSK_IDENTITY_HINT:273:SSL_use_psk_identity_hint
/third_party/openssl/
DCHANGES5243 SSL_use_psk_identity_hint