Searched refs:SSL_CTX_has_client_custom_ext (Results 1 – 6 of 6) 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
96 SSL_CTX_has_client_custom_ext;
336 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() function
4808 if (callback != NULL && SSL_CTX_has_client_custom_ext(s->ctx, in SSL_set_ct_validation_callback()4837 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,
296 MAN+= SSL_CTX_has_client_custom_ext.3