Symbol: ERR_LIB_OBJ
crypto/openssl/crypto/err/err.c
45
{ ERR_PACK(ERR_LIB_OBJ, 0, 0), "object identifier routines" },
crypto/openssl/crypto/objects/o_names.c
100
ERR_raise(ERR_LIB_OBJ, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/objects/obj_dat.c
248
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/objects/obj_dat.c
281
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/objects/obj_dat.c
287
ERR_raise(ERR_LIB_OBJ, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/objects/obj_dat.c
308
ERR_raise(ERR_LIB_OBJ, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/objects/obj_dat.c
340
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK);
crypto/openssl/crypto/objects/obj_dat.c
349
ERR_raise(ERR_LIB_OBJ, OBJ_R_UNKNOWN_NID);
crypto/openssl/crypto/objects/obj_dat.c
400
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK);
crypto/openssl/crypto/objects/obj_dat.c
435
ERR_raise(ERR_LIB_OBJ, OBJ_R_UNKNOWN_OBJECT_NAME);
crypto/openssl/crypto/objects/obj_dat.c
646
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK);
crypto/openssl/crypto/objects/obj_dat.c
673
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK);
crypto/openssl/crypto/objects/obj_dat.c
783
ERR_raise(ERR_LIB_OBJ, ERR_R_PASSED_INVALID_ARGUMENT);
crypto/openssl/crypto/objects/obj_dat.c
790
ERR_raise(ERR_LIB_OBJ, OBJ_R_OID_EXISTS);
crypto/openssl/crypto/objects/obj_dat.c
803
ERR_raise(ERR_LIB_OBJ, ERR_R_ASN1_LIB);
crypto/openssl/crypto/objects/obj_dat.c
809
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/objects/obj_dat.c
817
ERR_raise(ERR_LIB_OBJ, OBJ_R_OID_EXISTS);
crypto/openssl/crypto/objects/obj_err.c
18
{ ERR_PACK(ERR_LIB_OBJ, 0, OBJ_R_OID_EXISTS), "oid exists" },
crypto/openssl/crypto/objects/obj_err.c
19
{ ERR_PACK(ERR_LIB_OBJ, 0, OBJ_R_UNKNOWN_NID), "unknown nid" },
crypto/openssl/crypto/objects/obj_err.c
20
{ ERR_PACK(ERR_LIB_OBJ, 0, OBJ_R_UNKNOWN_OBJECT_NAME),
crypto/openssl/crypto/objects/obj_lib.c
28
ERR_raise(ERR_LIB_OBJ, ERR_R_ASN1_LIB);
crypto/openssl/crypto/objects/obj_xref.c
127
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK);
crypto/openssl/crypto/objects/obj_xref.c
165
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/objects/obj_xref.c
82
ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK);
crypto/openssl/include/openssl/err.h
154
#define OBJerr(f, r) ERR_raise_data(ERR_LIB_OBJ, (r), NULL)
crypto/openssl/include/openssl/err.h
322
#define ERR_R_OBJ_LIB (ERR_LIB_OBJ /* 8 */ | ERR_RFLAG_COMMON)
crypto/openssl/test/asn1_internal_test.c
224
if (l != ERR_LIB_OBJ || r != OBJ_R_OID_EXISTS) {
crypto/openssl/test/evp_extra_test.c
5828
|| !TEST_int_eq(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OBJ)