Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_use_psk_identity_hint.pod7 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/
Dssl.h1342 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *hint);
/third_party/openssl/doc/man7/
Dssl.pod410 =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/
Dssltest_old.c1605 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/
Dlibssl.num322 SSL_CTX_use_psk_identity_hint 323 1_1_0 EXIST::FUNCTION:PSK
/third_party/libcoap/src/
Dcoap_openssl.c813 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/
Dssl.h839 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
/third_party/openssl/apps/
Ds_server.c2053 if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) { in s_server_main()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h232 #define SSL_CTX_use_psk_identity_hint BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_use_psk_identi… macro
/third_party/openssl/ssl/
Dssl_lib.c4318 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/
Dopenssl.txt1278 SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT:272:SSL_CTX_use_psk_identity_hint
/third_party/openssl/
DCHANGES5298 SSL_CTX_use_psk_identity_hint