Searched refs:PEM_R_NO_START_LINE (Results 1 – 9 of 9) sorted by relevance
46 # define PEM_R_NO_START_LINE 108 macro
117 PEM_R_NO_START_LINE) && (count > 0)) { in X509_load_cert_file_ex()193 PEM_R_NO_START_LINE) && (count > 0)) { in X509_load_crl_file()
47 {ERR_PACK(ERR_LIB_PEM, 0, PEM_R_NO_START_LINE), "no start line"},
85 if (error == PEM_R_NO_START_LINE) { in STACK_OF()
258 if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE) in pem_bytes_read_bio_flags()773 ERR_raise(ERR_LIB_PEM, PEM_R_NO_START_LINE); in get_name()
156 if (ERR_GET_REASON(ERR_peek_last_error()) == PEM_R_NO_START_LINE) { in test_certs()
95 error stack and check for B<PEM_R_NO_START_LINE>, which indicates that no more
569 && ERR_GET_REASON(err) == PEM_R_NO_START_LINE) in use_certificate_chain_file()
946 PEM_R_NO_START_LINE:108:no start line
Completed in 21 milliseconds