Lines Matching refs:cert_list
205 free_cert_list(pi->cert_list);
206 pi->cert_list = NULL;
949 DLIST_ADD(pi->cert_list, cai);
1256 pi->cert_list = NULL;
1589 if (pi->cert_list == NULL) {
1593 DLIST_FOR_EACH(cai, pi->cert_list) {
1611 DLIST_FOR_EACH(cai, pi->cert_list) {
1637 DLIST_FOR_EACH(cai, pi->cert_list) {
1683 if (pi->cert_list == NULL) {
1692 DLIST_FOR_EACH(cai, pi->cert_list) {
1728 DLIST_FOR_EACH(cai, pi->cert_list) {
2045 } else if (pi->cert_list != NULL) {
2046 if (pi->cert_list->next == NULL) {
2048 pi->selected_cert = pi->cert_list;
2296 struct cert_auth_info *cai = pi->cert_list;