Searched refs:ERR_R_UNABLE_TO_GET_READ_LOCK (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_xref.c | 82 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK); in ossl_obj_find_sigid_algs() 127 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK); in OBJ_find_sigid_by_algs()
|
H A D | obj_dat.c | 343 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK); in OBJ_nid2obj() 403 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK); in ossl_obj_obj2nid() 649 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK); in OBJ_ln2nid() 676 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_READ_LOCK); in OBJ_sn2nid()
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | property_string.c | 157 ERR_raise(ERR_LIB_CRYPTO, ERR_R_UNABLE_TO_GET_READ_LOCK); in ossl_property_string() 227 ERR_raise(ERR_LIB_CRYPTO, ERR_R_UNABLE_TO_GET_READ_LOCK); in ossl_property_str()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 366 # define ERR_R_UNABLE_TO_GET_READ_LOCK (271|ERR_R_FATAL) macro
|
H A D | err.h.in | 368 # define ERR_R_UNABLE_TO_GET_READ_LOCK (271|ERR_R_FATAL) macro
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 135 {ERR_R_UNABLE_TO_GET_READ_LOCK, "unable to get read lock"},
|