Searched refs:SSL_CTX_has_client_custom_ext (Results 1 – 5 of 5) sorted by relevance
5 SSL_CTX_has_client_custom_ext - check whether a handler exists for a particular12 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type);16 SSL_CTX_has_client_custom_ext() checks whether a handler has been set for a
337 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() function
378 SSL_CTX_has_client_custom_ext 379 1_1_0 EXIST::FUNCTION:
4907 if (callback != NULL && SSL_CTX_has_client_custom_ext(s->ctx, in SSL_set_ct_validation_callback()4936 if (callback != NULL && SSL_CTX_has_client_custom_ext(ctx, in SSL_CTX_set_ct_validation_callback()
863 __owur int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx,