Symbol: ERR_RFLAG_COMMON
crypto/openssl/include/openssl/err.h
271
return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_COMMON) != 0;
crypto/openssl/include/openssl/err.h
316
#define ERR_R_SYS_LIB (ERR_LIB_SYS /* 2 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
317
#define ERR_R_BN_LIB (ERR_LIB_BN /* 3 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
318
#define ERR_R_RSA_LIB (ERR_LIB_RSA /* 4 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
319
#define ERR_R_DH_LIB (ERR_LIB_DH /* 5 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
320
#define ERR_R_EVP_LIB (ERR_LIB_EVP /* 6 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
321
#define ERR_R_BUF_LIB (ERR_LIB_BUF /* 7 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
322
#define ERR_R_OBJ_LIB (ERR_LIB_OBJ /* 8 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
323
#define ERR_R_PEM_LIB (ERR_LIB_PEM /* 9 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
324
#define ERR_R_DSA_LIB (ERR_LIB_DSA /* 10 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
325
#define ERR_R_X509_LIB (ERR_LIB_X509 /* 11 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
326
#define ERR_R_ASN1_LIB (ERR_LIB_ASN1 /* 13 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
327
#define ERR_R_CONF_LIB (ERR_LIB_CONF /* 14 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
328
#define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO /* 15 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
329
#define ERR_R_EC_LIB (ERR_LIB_EC /* 16 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
330
#define ERR_R_SSL_LIB (ERR_LIB_SSL /* 20 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
331
#define ERR_R_BIO_LIB (ERR_LIB_BIO /* 32 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
332
#define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7 /* 33 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
333
#define ERR_R_X509V3_LIB (ERR_LIB_X509V3 /* 34 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
334
#define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12 /* 35 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
335
#define ERR_R_RAND_LIB (ERR_LIB_RAND /* 36 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
336
#define ERR_R_DSO_LIB (ERR_LIB_DSO /* 37 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
337
#define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE /* 38 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
338
#define ERR_R_UI_LIB (ERR_LIB_UI /* 40 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
339
#define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA /* 42 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
340
#define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE /* 44 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
341
#define ERR_R_CMS_LIB (ERR_LIB_CMS /* 46 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
342
#define ERR_R_TS_LIB (ERR_LIB_TS /* 47 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
343
#define ERR_R_CT_LIB (ERR_LIB_CT /* 50 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
344
#define ERR_R_PROV_LIB (ERR_LIB_PROV /* 57 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
345
#define ERR_R_ESS_LIB (ERR_LIB_ESS /* 54 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
346
#define ERR_R_CMP_LIB (ERR_LIB_CMP /* 58 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
347
#define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER /* 59 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
348
#define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER /* 60 */ | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
351
#define ERR_R_FATAL (ERR_RFLAG_FATAL | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
358
#define ERR_R_PASSED_INVALID_ARGUMENT (262 | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
361
#define ERR_R_INTERRUPTED_OR_CANCELLED (265 | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
362
#define ERR_R_NESTED_ASN1_ERROR (266 | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
363
#define ERR_R_MISSING_ASN1_EOS (267 | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
364
#define ERR_R_UNSUPPORTED (268 | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
365
#define ERR_R_FETCH_FAILED (269 | ERR_RFLAG_COMMON)
crypto/openssl/include/openssl/err.h
366
#define ERR_R_INVALID_PROPERTY_DEFINITION (270 | ERR_RFLAG_COMMON)