Searched refs:ERR_R_UNABLE_TO_GET_WRITE_LOCK (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_dgram_pair.c | 1033 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_pair_read() 1079 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_pair_recvmmsg() 1123 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_mem_read() 1286 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_pair_write() 1318 ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in dgram_pair_sendmmsg()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.c | 249 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in OBJ_new_nid() 282 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in ossl_obj_add_object() 812 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in OBJ_create()
|
H A D | obj_xref.c | 165 ERR_raise(ERR_LIB_OBJ, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in OBJ_add_sigid()
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | property_string.c | 164 ERR_raise(ERR_LIB_CRYPTO, ERR_R_UNABLE_TO_GET_WRITE_LOCK); in ossl_property_string()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 367 # define ERR_R_UNABLE_TO_GET_WRITE_LOCK (272|ERR_R_FATAL) macro
|
H A D | err.h.in | 369 # define ERR_R_UNABLE_TO_GET_WRITE_LOCK (272|ERR_R_FATAL) macro
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 136 {ERR_R_UNABLE_TO_GET_WRITE_LOCK, "unable to get write lock"},
|