Lines Matching defs:r

41 #   define ERR_PUT_error(l,f,r,fn,ln)      ERR_put_error(l,f,r,fn,ln)  argument
129 # define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL) argument
130 # define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL) argument
131 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument
132 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument
133 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument
134 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument
135 # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL) argument
136 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL) argument
137 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) argument
138 # define CRMFerr(f, r) ERR_raise_data(ERR_LIB_CRMF, (r), NULL) argument
139 # define CRYPTOerr(f, r) ERR_raise_data(ERR_LIB_CRYPTO, (r), NULL) argument
140 # define CTerr(f, r) ERR_raise_data(ERR_LIB_CT, (r), NULL) argument
141 # define DHerr(f, r) ERR_raise_data(ERR_LIB_DH, (r), NULL) argument
142 # define DSAerr(f, r) ERR_raise_data(ERR_LIB_DSA, (r), NULL) argument
143 # define DSOerr(f, r) ERR_raise_data(ERR_LIB_DSO, (r), NULL) argument
144 # define ECDHerr(f, r) ERR_raise_data(ERR_LIB_ECDH, (r), NULL) argument
145 # define ECDSAerr(f, r) ERR_raise_data(ERR_LIB_ECDSA, (r), NULL) argument
146 # define ECerr(f, r) ERR_raise_data(ERR_LIB_EC, (r), NULL) argument
147 # define ENGINEerr(f, r) ERR_raise_data(ERR_LIB_ENGINE, (r), NULL) argument
148 # define ESSerr(f, r) ERR_raise_data(ERR_LIB_ESS, (r), NULL) argument
149 # define EVPerr(f, r) ERR_raise_data(ERR_LIB_EVP, (r), NULL) argument
150 # define FIPSerr(f, r) ERR_raise_data(ERR_LIB_FIPS, (r), NULL) argument
151 # define HMACerr(f, r) ERR_raise_data(ERR_LIB_HMAC, (r), NULL) argument
152 # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL) argument
153 # define KDFerr(f, r) ERR_raise_data(ERR_LIB_KDF, (r), NULL) argument
154 # define OBJerr(f, r) ERR_raise_data(ERR_LIB_OBJ, (r), NULL) argument
155 # define OCSPerr(f, r) ERR_raise_data(ERR_LIB_OCSP, (r), NULL) argument
156 # define OSSL_STOREerr(f, r) ERR_raise_data(ERR_LIB_OSSL_STORE, (r), NULL) argument
157 # define PEMerr(f, r) ERR_raise_data(ERR_LIB_PEM, (r), NULL) argument
158 # define PKCS12err(f, r) ERR_raise_data(ERR_LIB_PKCS12, (r), NULL) argument
159 # define PKCS7err(f, r) ERR_raise_data(ERR_LIB_PKCS7, (r), NULL) argument
160 # define PROPerr(f, r) ERR_raise_data(ERR_LIB_PROP, (r), NULL) argument
161 # define PROVerr(f, r) ERR_raise_data(ERR_LIB_PROV, (r), NULL) argument
162 # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL) argument
163 # define RSAerr(f, r) ERR_raise_data(ERR_LIB_RSA, (r), NULL) argument
164 # define KDFerr(f, r) ERR_raise_data(ERR_LIB_KDF, (r), NULL) argument
165 # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL) argument
166 # define SSLerr(f, r) ERR_raise_data(ERR_LIB_SSL, (r), NULL) argument
167 # define SYSerr(f, r) ERR_raise_data(ERR_LIB_SYS, (r), NULL) argument
168 # define TSerr(f, r) ERR_raise_data(ERR_LIB_TS, (r), NULL) argument
169 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL) argument
170 # define X509V3err(f, r) ERR_raise_data(ERR_LIB_X509V3, (r), NULL) argument
171 # define X509err(f, r) ERR_raise_data(ERR_LIB_X509, (r), NULL) argument