Searched refs:begin_cert_ptr (Results 1 – 1 of 1) sorted by relevance
187 char *begin_cert_ptr = strstr(current_ca_file_ptr, BEGIN_CERT); in add_certs_to_store() local188 if(!begin_cert_ptr || !is_cr_or_lf(begin_cert_ptr[strlen(BEGIN_CERT)])) { in add_certs_to_store()192 char *end_cert_ptr = strstr(begin_cert_ptr, END_CERT); in add_certs_to_store()206 ((end_cert_ptr + END_CERT_LEN) - begin_cert_ptr); in add_certs_to_store()208 cert_blob.pbData = (BYTE *)begin_cert_ptr; in add_certs_to_store()231 current_ca_file_ptr = begin_cert_ptr + cert_size; in add_certs_to_store()