Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_use_psk_identity_hint.pod34 SSL_CTX_use_psk_identity_hint, SSL_use_psk_identity_hint,
43 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *hint);
56 SSL_CTX_use_psk_identity_hint() sets the given B<NULL>-terminated PSK
79 SSL_CTX_use_psk_identity_hint() and SSL_use_psk_identity_hint() return
H A Dssl.pod385 =item int B<SSL_CTX_use_psk_identity_hint>(SSL_CTX *ctx, const char *hint);
757 L<SSL_CTX_use_psk_identity_hint(3)|SSL_CTX_use_psk_identity_hint(3)>,
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num246 SSL_CTX_use_psk_identity_hint 294 EXIST::FUNCTION:PSK
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dssltest.c1030 if (!SSL_CTX_use_psk_identity_hint(s_ctx, "ctx server identity_hint")) { in main()
H A Dssl.h1225 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
H A Dssl_lib.c3157 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() function
/minix3/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c1804 if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) { in MAIN()
/minix3/crypto/external/bsd/openssl/dist/
H A DCHANGES1823 SSL_CTX_use_psk_identity_hint