Searched refs:ERR_R_INIT_FAIL (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_init.c | 103 ERR_raise(ERR_LIB_SSL, ERR_R_INIT_FAIL); in OPENSSL_init_ssl()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_lib.c | 122 ERR_raise(ERR_LIB_DH, ERR_R_INIT_FAIL); in dh_new_intern()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 137 ERR_raise(ERR_LIB_EC, ERR_R_INIT_FAIL); in ossl_ec_key_new_method_int()
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 182 ERR_raise(ERR_LIB_DSA, ERR_R_INIT_FAIL); in dsa_new_intern()
|
/freebsd/crypto/openssl/crypto/ |
H A D | init.c | 472 ERR_raise(ERR_LIB_CRYPTO, ERR_R_INIT_FAIL); in OPENSSL_init_crypto()
|
H A D | provider_core.c | 939 ERR_raise_data(ERR_LIB_CRYPTO, ERR_R_INIT_FAIL, in provider_init()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 356 # define ERR_R_INIT_FAIL (261|ERR_R_FATAL) macro
|
H A D | err.h.in | 358 # define ERR_R_INIT_FAIL (261|ERR_R_FATAL) macro
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 119 {ERR_R_INIT_FAIL, "init fail"},
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 106 ERR_raise(ERR_LIB_BIO, ERR_R_INIT_FAIL); in BIO_new_ex()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_init_crypto.pod | 204 Attempts to call OPENSSL_init_crypto() will fail and an ERR_R_INIT_FAIL error
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 122 ERR_raise(ERR_LIB_RSA, ERR_R_INIT_FAIL); in rsa_new_intern()
|