Home
last modified time | relevance | path

Searched refs:PEM_R_NO_START_LINE (Results 1 – 9 of 9) sorted by relevance

/openssl/include/openssl/
H A Dpemerr.h46 # define PEM_R_NO_START_LINE 108 macro
/openssl/crypto/x509/
H A Dby_file.c117 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()
/openssl/crypto/pem/
H A Dpem_err.c47 {ERR_PACK(ERR_LIB_PEM, 0, PEM_R_NO_START_LINE), "no start line"},
H A Dpem_info.c85 if (error == PEM_R_NO_START_LINE) { in STACK_OF()
H A Dpem_lib.c258 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()
/openssl/test/
H A Dx509aux.c156 if (ERR_GET_REASON(ERR_peek_last_error()) == PEM_R_NO_START_LINE) { in test_certs()
/openssl/doc/man3/
H A DPEM_read.pod95 error stack and check for B<PEM_R_NO_START_LINE>, which indicates that no more
/openssl/ssl/
H A Dssl_rsa.c569 && ERR_GET_REASON(err) == PEM_R_NO_START_LINE) in use_certificate_chain_file()
/openssl/crypto/err/
H A Dopenssl.txt946 PEM_R_NO_START_LINE:108:no start line

Completed in 21 milliseconds