Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A 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()
95 B<SSL_CTX_use_psk_identity_hint()> and B<SSL_use_psk_identity_hint()> return
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map168 SSL_CTX_use_psk_identity_hint;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map214 SSL_CTX_use_psk_identity_hint;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc351 SSL_CTX_use_psk_identity_hint.3 \
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc572 SSL_CTX_use_psk_identity_hint.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A 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)>,
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_old_test.c1606 if (!SSL_CTX_use_psk_identity_hint(s_ctx, "ctx server identity_hint") || in main()
1607 !SSL_CTX_use_psk_identity_hint(s_ctx2, "ctx server identity_hint")) { in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num322 SSL_CTX_use_psk_identity_hint 323 1_1_0 EXIST::FUNCTION:PSK
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num322 SSL_CTX_use_psk_identity_hint 323 3_0_0 EXIST::FUNCTION:PSK
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info2354 DEPEND[html/man3/SSL_CTX_use_psk_identity_hint.html]=man3/SSL_CTX_use_psk_identity_hint.pod
2355 GENERATE[html/man3/SSL_CTX_use_psk_identity_hint.html]=man3/SSL_CTX_use_psk_identity_hint.pod
2356 DEPEND[man/man3/SSL_CTX_use_psk_identity_hint.3]=man3/SSL_CTX_use_psk_identity_hint.pod
2357 GENERATE[man/man3/SSL_CTX_use_psk_identity_hint.3]=man3/SSL_CTX_use_psk_identity_hint.pod
3374 html/man3/SSL_CTX_use_psk_identity_hint.html \
3982 man/man3/SSL_CTX_use_psk_identity_hint.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h839 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2053 if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) { in s_server_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2130 if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) { in s_server_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c4334 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt1277 SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT:272:SSL_CTX_use_psk_identity_hint
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in831 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES5290 SSL_CTX_use_psk_identity_hint