Searched refs:quic_sslctx_create (Results 1 – 5 of 5) sorted by relevance
526 void* quic_sslctx_create(char* key, char* pem, char* verifypem);
4641 void* quic_sslctx_create(char* key, char* pem, char* verifypem) in quic_sslctx_create() function
736 void* quic_sslctx_create(char* ATTR_UNUSED(key), char* ATTR_UNUSED(pem), in quic_sslctx_create() function
389 if(!(daemon->listen_quic_sslctx = quic_sslctx_create( in service_init()
507 if(!(daemon->listen_quic_sslctx = quic_sslctx_create( in setup_sslctxs()