Searched refs:SSL_CTX_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 | 7 SSL_CTX_use_psk_identity_hint, 34 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *hint); 59 PSK ciphersuites for TLSv1.2 and below may call SSL_CTX_use_psk_identity_hint() 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 | 1342 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *hint);
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 410 =item int B<SSL_CTX_use_psk_identity_hint>(SSL_CTX *ctx, const char *hint); 822 L<SSL_CTX_use_psk_identity_hint(3)>,
|
/third_party/openssl/test/ |
D | ssltest_old.c | 1605 if (!SSL_CTX_use_psk_identity_hint(s_ctx, "ctx server identity_hint") || in main() 1606 !SSL_CTX_use_psk_identity_hint(s_ctx2, "ctx server identity_hint")) { in main()
|
/third_party/openssl/util/ |
D | libssl.num | 322 SSL_CTX_use_psk_identity_hint 323 1_1_0 EXIST::FUNCTION:PSK
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 813 SSL_CTX_use_psk_identity_hint(o_context->dtls.ctx, hint); in coap_dtls_context_set_spsk() 815 SSL_CTX_use_psk_identity_hint(o_context->tls.ctx, hint); in coap_dtls_context_set_spsk()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 839 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
|
/third_party/openssl/apps/ |
D | s_server.c | 2053 if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) { in s_server_main()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 232 #define SSL_CTX_use_psk_identity_hint BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_use_psk_identi… macro
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 4318 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1278 SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT:272:SSL_CTX_use_psk_identity_hint
|
/third_party/openssl/ |
D | CHANGES | 5298 SSL_CTX_use_psk_identity_hint
|