Home
last modified time | relevance | path

Searched refs:ERR_peek_error (Results 1 – 13 of 13) sorted by relevance

/external/openssl/apps/
Drsa.c350 while ((err = ERR_peek_error()) != 0 && in MAIN()
360 if (r == -1 || ERR_peek_error() != 0) /* should happen only if r == -1 */ in MAIN()
Dreq.c746 if ((ERR_GET_REASON(ERR_peek_error()) == in MAIN()
/external/openssl/crypto/asn1/
Da_d2i_fp.c196 e=ERR_GET_REASON(ERR_peek_error()); in asn1_d2i_read_bio()
/external/openssl/crypto/rand/
Dmd_rand.c536 err = ERR_peek_error(); in ssleay_rand_pseudo_bytes()
/external/openssl/crypto/pkcs7/
Dbio_ber.c205 (ERR_GET_REASON(ERR_peek_error()) == ASN1_R_TOO_LONG)) in bio_ber_get_header()
/external/openssl/crypto/err/
Derr.h326 unsigned long ERR_peek_error(void);
Derr.c769 unsigned long ERR_peek_error(void) in ERR_peek_error() function
/external/openssl/include/openssl/
Derr.h326 unsigned long ERR_peek_error(void);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c1076 unsigned long err = ERR_peek_error(); in tls_load_ca_der()
1121 unsigned long err = ERR_peek_error(); in tls_connection_ca_cert()
1628 unsigned long err = ERR_peek_error(); in tls_connection_engine_ca_cert()
/external/openssl/ssl/
Dssl_rsa.c770 if (ERR_peek_error() != 0) in SSL_CTX_use_certificate_chain_file()
Dssl_lib.c2316 if ((l=ERR_peek_error()) != 0) in SSL_get_error()
/external/openssl/crypto/pem/
Dpem_lib.c285 if(ERR_GET_REASON(ERR_peek_error()) == in PEM_bytes_read_bio()
/external/wpa_supplicant/
Dtls_openssl.c1095 unsigned long err = ERR_peek_error(); in tls_load_ca_der()
1139 unsigned long err = ERR_peek_error(); in tls_connection_ca_cert()