Searched refs:SSL_use_psk_identity_hint (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_use_psk_identity_hint.pod | 8 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/ |
D | ssl.h | 1805 int SSL_use_psk_identity_hint(SSL *ssl, const char *hint);
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 2228 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/ |
D | ossl_shim.cc | 963 !SSL_use_psk_identity_hint(ssl.get(), config->psk_identity.c_str())) { in DoExchange()
|
/third_party/openssl/util/ |
D | libssl.num | 297 SSL_use_psk_identity_hint 298 1_1_0 EXIST::FUNCTION:PSK
|
/third_party/node/src/ |
D | tls_wrap.cc | 1129 if (!SSL_use_psk_identity_hint(p->ssl_.get(), *hint)) { in SetPskIdentityHint()
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 731 =item int B<SSL_use_psk_identity_hint>(SSL *ssl, const char *hint);
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 840 __owur int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 517 #define SSL_use_psk_identity_hint BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_use_psk_identity_hint) macro
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 4334 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) in SSL_use_psk_identity_hint() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1352 SSL_F_SSL_USE_PSK_IDENTITY_HINT:273:SSL_use_psk_identity_hint
|
/third_party/openssl/ |
D | CHANGES | 5243 SSL_use_psk_identity_hint
|