Lines Matching refs:cert_auth_info
129 struct cert_auth_info {
136 struct cert_auth_info *prev;
137 struct cert_auth_info *next;
140 static void free_cai(struct cert_auth_info *cai)
152 static void free_cert_list(struct cert_auth_info *list)
154 struct cert_auth_info *cai;
155 struct cert_auth_info *cai_next;
863 struct cert_auth_info *cai = NULL;
872 cai = calloc(1, sizeof(struct cert_auth_info));
1577 struct cert_auth_info *cai;
1671 struct cert_auth_info *cai;
1753 struct cert_auth_info *cai = pi->selected_cert;
2296 struct cert_auth_info *cai = pi->cert_list;