Home
last modified time | relevance | path

Searched refs:ERR_R_FETCH_FAILED (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c362 ERR_raise_data(ERR_LIB_EVP, ERR_R_FETCH_FAILED, in inner_evp_generic_fetch()
382 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_evp_generic_fetch()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c373 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_loader_fetch()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h364 # define ERR_R_FETCH_FAILED (269|ERR_RFLAG_COMMON) macro
H A Derr.h.in366 # define ERR_R_FETCH_FAILED (269|ERR_RFLAG_COMMON) macro
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c436 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_decoder_fetch()
H A Dencoder_meth.c445 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_ossl_encoder_fetch()
/freebsd/crypto/openssl/crypto/err/
H A Derr.c134 {ERR_R_FETCH_FAILED, "fetch failed"},