Lines Matching refs:tls_auth_options
273 else if (!(acl->tls_auth_options = in parse_options_file()
1002 b->tls_auth_options = NULL; in copy_acl()
1018 b->tls_auth_options = tls_auth_options_find(opt, b->tls_auth_name); in copy_acl_list()
1019 else b->tls_auth_options = NULL; in copy_acl_list()
1352 acl->tls_auth_options = NULL; in unmarshal_acl()
1537 struct tls_auth_options*
1540 struct tls_auth_options* tls_auth_options; in tls_auth_options_create() local
1541 …tls_auth_options = (struct tls_auth_options*)region_alloc_zero(region, sizeof(struct tls_auth_opti… in tls_auth_options_create()
1542 return tls_auth_options; in tls_auth_options_create()
1560 tls_auth_options_insert(struct nsd_options* opt, struct tls_auth_options* auth) in tls_auth_options_insert()
1567 struct tls_auth_options*
1570 return (struct tls_auth_options*)rbtree_search(opt->tls_auths, name); in tls_auth_options_find()
2237 acl->tls_auth_options = 0; in parse_acl_info()