Symbol: ERR_get_error
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1111
while ((err = ERR_get_error()) != 0) {
crypto/krb5/src/plugins/tls/k5tls/openssl.c
68
while ((err = ERR_get_error()) != 0) {
crypto/openssh/openbsd-compat/bsd-getentropy.c
47
(unsigned long)ERR_get_error());
crypto/openssh/regress/unittests/test_helper/test_helper.c
297
long openssl_error = ERR_get_error();
crypto/openssh/ssh-pkcs11.c
89
while ((e = ERR_get_error()) != 0)
crypto/openssh/sshkey.c
3486
while (ERR_get_error() != 0)
crypto/openssl/apps/speed.c
1819
ERR_get_error(); /* pop error from queue */
crypto/openssl/include/openssl/err.h
420
unsigned long ERR_get_error(void);
crypto/openssl/test/cipherlist_test.c
224
if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), SSL_R_NO_CIPHER_MATCH))
crypto/openssl/test/cipherlist_test.c
235
if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()),
crypto/openssl/test/dtlstest.c
453
if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), SSL_R_UNEXPECTED_MESSAGE))
crypto/openssl/test/errtest.c
121
ERR_get_error();
crypto/openssl/test/errtest.c
125
ERR_get_error();
crypto/openssl/test/errtest.c
237
|| !TEST_ulong_eq(mallocfail, ERR_get_error())
crypto/openssl/test/errtest.c
413
if (!TEST_ulong_eq(ERR_get_error(), 0))
crypto/openssl/test/evp_extra_test.c
5829
|| !TEST_int_eq(ERR_GET_REASON(ERR_get_error()), OBJ_R_OID_EXISTS))
crypto/openssl/test/evp_extra_test2.c
2099
if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), PEM_R_PROBLEMS_GETTING_PASSWORD))
crypto/openssl/test/evp_pkey_dhkem_test.c
425
&& !TEST_int_eq(ERR_GET_REASON(ERR_get_error()), PROV_R_NOT_A_PUBLIC_KEY))
crypto/openssl/test/evp_pkey_dhkem_test.c
462
&& !TEST_int_eq(ERR_GET_REASON(ERR_get_error()),
crypto/openssl/test/evp_pkey_dhkem_test.c
651
if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), PROV_R_INVALID_KEY))
crypto/openssl/test/evp_pkey_dhkem_test.c
695
if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), PROV_R_INVALID_KEY))
crypto/openssl/test/params_conversion_test.c
194
|| !TEST_ulong_ne(ERR_get_error(), 0)) {
crypto/openssl/test/params_conversion_test.c
215
|| !TEST_ulong_ne(ERR_get_error(), 0)) {
crypto/openssl/test/params_conversion_test.c
236
|| !TEST_ulong_ne(ERR_get_error(), 0)) {
crypto/openssl/test/params_conversion_test.c
257
|| !TEST_ulong_ne(ERR_get_error(), 0)) {
crypto/openssl/test/params_conversion_test.c
278
|| !TEST_ulong_ne(ERR_get_error(), 0)) {
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
685
errcode = ERR_get_error();
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
619
&& (error = ERR_get_error()) != 0
crypto/openssl/test/quic_multistream_test.c
1495
if (!TEST_size_t_eq(ERR_GET_REASON(ERR_get_error()),
crypto/openssl/test/sslapitest.c
13395
|| !TEST_int_eq(ERR_GET_REASON(ERR_get_error()), SSL_R_NO_RENEGOTIATION))
crypto/openssl/test/sslapitest.c
13575
if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), SSL_R_HTTP_REQUEST))
crypto/openssl/test/sslapitest.c
4411
|| !TEST_int_eq(ERR_GET_REASON(ERR_get_error()), err))
crypto/openssl/test/sslapitest.c
4922
|| !TEST_int_eq(ERR_GET_REASON(ERR_get_error()),
crypto/openssl/test/sslcorrupttest.c
237
err = ERR_get_error();
lib/libmp/mpasbn.c
118
MPERRX(("%s: %s", msg, ERR_reason_error_string(ERR_get_error())));
lib/libsecureboot/openpgp/opgp_sig.c
97
return (ERR_error_string(ERR_get_error(), NULL));
sbin/decryptcore/decryptcore.c
196
ERR_error_string(ERR_get_error(), NULL));
sbin/decryptcore/decryptcore.c
242
ERR_error_string(ERR_get_error(), NULL));
sbin/dumpon/dumpon.c
252
ERR_error_string(ERR_get_error(), NULL));
sbin/dumpon/dumpon.c
260
ERR_error_string(ERR_get_error(), NULL));
sbin/dumpon/dumpon.c
311
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
315
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
321
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
329
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
336
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
374
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
379
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
385
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
391
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
397
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
433
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
439
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
448
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
456
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
463
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
476
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
496
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
502
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
511
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
519
ERR_error_string(ERR_get_error(), NULL));
tests/sys/kern/ktls_test.c
527
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1016
aad_len, size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1117
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1123
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1130
alg->name, size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1135
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1141
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1244
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1250
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1256
alg->name, size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1261
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1267
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1333
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1338
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1344
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1350
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1359
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1366
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1372
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1384
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1408
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1412
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1419
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1424
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1429
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1452
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1458
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1465
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1472
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1479
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1485
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1494
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1502
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1509
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
1522
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
576
ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
683
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
722
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
728
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
735
size, ERR_error_string(ERR_get_error(), NULL));
tools/tools/crypto/cryptocheck.c
741
size, ERR_error_string(ERR_get_error(), NULL));
usr.sbin/pkg/rsa.c
110
warnx("%s", ERR_error_string(ERR_get_error(), errbuf));
usr.sbin/pkg/rsa.c
115
warnx("%s", ERR_error_string(ERR_get_error(), errbuf));
usr.sbin/pkg/rsa.c
119
warnx("%s", ERR_error_string(ERR_get_error(), errbuf));
usr.sbin/pkg/rsa.c
124
warnx("%s", ERR_error_string(ERR_get_error(), errbuf));
usr.sbin/pkg/rsa.c
57
warnx("ici: %s", ERR_error_string(ERR_get_error(), errbuf));
usr.sbin/pkg/rsa.c
74
warnx("%s", ERR_error_string(ERR_get_error(), errbuf));
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
593
ret, ERR_error_string(ERR_get_error(), NULL));