HomeSort by: relevance | last modified time | path
    Searched refs:ERR_set_error (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/err/
err_blocks.c 40 void ERR_set_error(int lib, int reason, const char *fmt, ...)
114 err_set_error(es, es->top, lib, reason);
err_prn.c 55 ERR_set_error(lib, reason, NULL /* no data here, so fmt is NULL */);
  /src/crypto/external/bsd/openssl/dist/crypto/err/
err_blocks.c 40 void ERR_set_error(int lib, int reason, const char *fmt, ...)
114 err_set_error(es, es->top, lib, reason);
err_prn.c 55 ERR_set_error(lib, reason, NULL /* no data here, so fmt is NULL */);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
err.h.in 389 void ERR_set_error(int lib, int reason, const char *fmt, ...);
397 ERR_set_error)
404 ERR_set_error((lib), (reason), NULL))
  /src/crypto/external/bsd/openssl/dist/include/openssl/
err.h.in 386 void ERR_set_error(int lib, int reason, const char *fmt, ...);
394 ERR_set_error)
401 ERR_set_error((lib), (reason), NULL))
  /src/crypto/external/apache2/openssl/dist/crypto/
mem.c 224 ERR_set_error(ERR_LIB_CRYPTO, ERR_R_MALLOC_FAILURE, NULL);
mem_sec.c 175 ERR_set_error(ERR_LIB_CRYPTO, reason, NULL);
  /src/crypto/external/apache2/openssl/dist/providers/
legacyprov.c 284 void ERR_set_error(int lib, int reason, const char *fmt, ...)
  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_vms.c 37 ERR_set_error(ERR_LIB_DSO, ERR_R_MALLOC_FAILURE, NULL);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_tls.c 680 ERR_set_error(ERR_LIB_SSL, SSL_R_QUIC_HANDSHAKE_LAYER_ERROR,
  /src/crypto/external/apache2/openssl/dist/providers/fips/
fipsprov.c 1014 void ERR_set_error(int lib, int reason, const char *fmt, ...)
  /src/crypto/external/bsd/openssl/dist/providers/fips/
fipsprov.c 779 void ERR_set_error(int lib, int reason, const char *fmt, ...)

Completed in 37 milliseconds