Searched refs:SSL_CTX_use_psk_identity_hint (Results 1 – 5 of 5) sorted by relevance
1050 if (!SSL_CTX_use_psk_identity_hint(s_ctx, "ctx server identity_hint")) in main()
1097 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
3185 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() function
1805 if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) in MAIN()