Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Deck_prn.c42 ERR_raise(ERR_LIB_EC, ERR_R_BIO_LIB); in EC_KEY_print_fp()
57 ERR_raise(ERR_LIB_EC, ERR_R_BIO_LIB); in ECParameters_print_fp()
72 int ret = 0, reason = ERR_R_BIO_LIB; in ECPKParameters_print()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c66 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in pkcs7_bio_add_digest()
88 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in pkcs7_bio_add_digest()
96 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in pkcs7_bio_add_digest()
299 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in PKCS7_dataInit()
509 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in PKCS7_dataDecode()
531 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in PKCS7_dataDecode()
545 ERR_raise(ERR_LIB_PKCS7, ERR_R_BIO_LIB); in PKCS7_dataDecode()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_pci.c163 ERR_raise(ERR_LIB_X509V3, ERR_R_BIO_LIB); in process_pci_value()
193 ERR_raise(ERR_LIB_X509V3, ERR_R_BIO_LIB); in process_pci_value()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c124 ERR_raise(ERR_LIB_OSSL_DECODER, ERR_R_BIO_LIB); in bio_from_file()
816 ERR_raise(ERR_LIB_OSSL_DECODER, ERR_R_BIO_LIB); in decoder_process()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h330 # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON) macro
H A Derr.h.in332 # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON) macro
/freebsd/crypto/openssl/crypto/err/
H A Derr.c103 {ERR_R_BIO_LIB, "BIO lib"},