Searched refs:current_ca_file_ptr (Results 1 – 1 of 1) sorted by relevance
89 char *current_ca_file_ptr = NULL; in add_certs_to_store() local185 current_ca_file_ptr = ca_file_buffer; in add_certs_to_store()186 while(more_certs && *current_ca_file_ptr != '\0') { in add_certs_to_store()187 char *begin_cert_ptr = strstr(current_ca_file_ptr, BEGIN_CERT); in add_certs_to_store()231 current_ca_file_ptr = begin_cert_ptr + cert_size; in add_certs_to_store()