/openbsd-src/lib/libcrypto/err/ |
H A D | err.h | 195 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) argument 196 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) argument 197 #define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) argument 198 #define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) argument 199 #define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE_ argument 200 BUFerr(f,r) global() argument 201 OBJerr(f,r) global() argument 202 PEMerr(f,r) global() argument 203 DSAerr(f,r) global() argument 204 X509err(f,r) global() argument 205 ASN1err(f,r) global() argument 206 CONFerr(f,r) global() argument 207 CRYPTOerr(f,r) global() argument 208 ECerr(f,r) global() argument 209 BIOerr(f,r) global() argument 210 PKCS7err(f,r) global() argument 211 X509V3err(f,r) global() argument 212 PKCS12err(f,r) global() argument 213 RANDerr(f,r) global() argument 214 DSOerr(f,r) global() argument 215 ENGINEerr(f,r) global() argument 216 OCSPerr(f,r) global() argument 217 UIerr(f,r) global() argument 218 COMPerr(f,r) global() argument 219 ECDSAerr(f,r) global() argument 220 ECDHerr(f,r) global() argument 221 STOREerr(f,r) global() argument 222 FIPSerr(f,r) global() argument 223 CMSerr(f,r) global() argument 224 TSerr(f,r) global() argument 225 HMACerr(f,r) global() argument 226 JPAKEerr(f,r) global() argument 227 GOSTerr(f,r) global() argument 228 SSLerr(f,r) global() argument 229 CTerr(f,r) global() argument 230 KDFerr(f,r) global() argument 234 SYSerror(r) global() argument 235 BNerror(r) global() argument 236 RSAerror(r) global() argument 237 DHerror(r) global() argument 238 EVPerror(r) global() argument 239 BUFerror(r) global() argument 240 OBJerror(r) global() argument 241 PEMerror(r) global() argument 242 DSAerror(r) global() argument 243 X509error(r) global() argument 244 ASN1error(r) global() argument 245 CONFerror(r) global() argument 246 CRYPTOerror(r) global() argument 247 ECerror(r) global() argument 248 BIOerror(r) global() argument 249 PKCS7error(r) global() argument 250 X509V3error(r) global() argument 251 PKCS12error(r) global() argument 252 RANDerror(r) global() argument 253 DSOerror(r) global() argument 254 ENGINEerror(r) global() argument 255 OCSPerror(r) global() argument 256 UIerror(r) global() argument 257 COMPerror(r) global() argument 258 ECDSAerror(r) global() argument 259 ECDHerror(r) global() argument 260 STOREerror(r) global() argument 261 FIPSerror(r) global() argument 262 CMSerror(r) global() argument 263 TSerror(r) global() argument 264 HMACerror(r) global() argument 265 JPAKEerror(r) global() argument 266 GOSTerror(r) global() argument 267 CTerror(r) global() argument 268 KDFerror(r) global() argument 271 ERR_PACK(l,f,r) global() argument [all...] |
/openbsd-src/lib/libm/arch/riscv64/ |
H A D | fenv.c | 33 #define __get_fcsr(r) asm volatile("frcsr %0" : "=r" (r)) argument 34 #define __set_fcsr(r) asm volatile("fscsr %0" : "+r" (r)) argument 35 #define __get_flags(r) asm volatile("frflags %0" : "=r" (r)) argument 36 #define __set_flags(r) asm volatile("fsflags %0" : "+r" (r)) argument 37 #define __get_frm(r) asm volatile("frrm %0" : "=r" (r)) argument 38 #define __set_frm(r) asm volatile("fsrm %0" : "+r"(r) ) argument 58 fexcept_t r; in feclearexcept() local 76 fexcept_t r; in fegetexceptflag() local 91 fexcept_t r; in feraiseexcept() local 109 fexcept_t r; in fesetexceptflag() local [all …]
|
/openbsd-src/lib/libcrypto/rsa/ |
H A D | rsa_lib.c | 79 RSA *r = RSA_new_method(NULL); in RSA_new() local 161 RSA_free(RSA *r) in RSA_free() 193 RSA_up_ref(RSA *r) in RSA_up_ref() 209 RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data() 216 RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data() 230 RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key() 242 RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key() 265 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, in RSA_get0_crt_params() 278 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params() 303 RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors() [all …]
|
/openbsd-src/lib/libm/arch/aarch64/ |
H A D | fenv.c | 37 #define __mrs_fpcr(r) __asm volatile("mrs %x0, fpcr" : "=r" (r)) argument 38 #define __msr_fpcr(r) __asm volatile("msr fpcr, %x0" : : "r" (r)) argument 40 #define __mrs_fpsr(r) __asm volatile("mrs %x0, fpsr" : "=r" (r)) argument 41 #define __msr_fpsr(r) __asm volatile("msr fpsr, %x0" : : "r" (r)) argument 61 fexcept_t r; in feclearexcept() local 79 fexcept_t r; in fegetexceptflag() local 94 fexcept_t r; in feraiseexcept() local 112 fexcept_t r; in fesetexceptflag() local 131 fexcept_t r; in fetestexcept() local 145 fenv_t r; in fegetround() local [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | real.c | 141 get_zero (r, sign) in get_zero() argument 152 get_canonical_qnan (r, sign) in get_canonical_qnan() argument 163 get_canonical_snan (r, sign) in get_canonical_snan() argument 174 get_inf (r, sign) in get_inf() argument 188 sticky_rshift_significand (r, a, n) in sticky_rshift_significand() argument 229 rshift_significand (r, a, n) in rshift_significand() argument 260 lshift_significand (r, a, n) in lshift_significand() argument 288 lshift_significand_1 (r, a) in lshift_significand_1() argument 303 add_significands (r, a, b) in add_significands() argument 334 sub_significands (r, a, b, carry) in sub_significands() argument [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | real.c | 130 get_zero (REAL_VALUE_TYPE *r, int sign) in get_zero() 139 get_canonical_qnan (REAL_VALUE_TYPE *r, int sign) in get_canonical_qnan() 148 get_canonical_snan (REAL_VALUE_TYPE *r, int sign) in get_canonical_snan() 158 get_inf (REAL_VALUE_TYPE *r, int sign) in get_inf() 170 sticky_rshift_significand (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in sticky_rshift_significand() 209 rshift_significand (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in rshift_significand() 238 lshift_significand (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in lshift_significand() 264 lshift_significand_1 (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a) in lshift_significand_1() 277 add_significands (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in add_significands() 307 sub_significands (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in sub_significands() [all …]
|
H A D | dfp.c | 63 decimal_from_decnumber (REAL_VALUE_TYPE *r, decNumber *dn, decContext *context) in decimal_from_decnumber() 92 decimal_real_from_string (REAL_VALUE_TYPE *r, const char *s) in decimal_real_from_string() 110 decimal_to_decnumber (const REAL_VALUE_TYPE *r, decNumber *dn) in decimal_to_decnumber() 147 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal32() 169 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal32() 191 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal64() 219 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal64() 247 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal128() 279 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal128() 383 decimal_round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r) in decimal_round_for_format() [all …]
|
/openbsd-src/usr.bin/ssh/ |
H A D | sshbuf-getput-basic.c | 34 int r; in sshbuf_get() local 47 int r; in sshbuf_get_u64() local 60 int r; in sshbuf_get_u32() local 73 int r; in sshbuf_get_u16() local 86 int r; in sshbuf_get_u8() local 113 int r; in check_roffset() local 126 int r; in sshbuf_peek_u64() local 141 int r; in sshbuf_peek_u32() local 156 int r; in sshbuf_peek_u16() local 171 int r; in sshbuf_peek_u8() local [all …]
|
H A D | log.h | 103 do_log2_r(r,level,...) global() argument 104 debug3_r(r,...) global() argument 105 debug2_r(r,...) global() argument 106 debug_r(r,...) global() argument 107 verbose_r(r,...) global() argument 108 logit_r(r,...) global() argument 109 error_r(r,...) global() argument 110 fatal_r(r,...) global() argument 111 logdie_r(r,...) global() argument 112 do_log2_fr(r,level,...) global() argument 113 debug3_fr(r,...) global() argument 114 debug2_fr(r,...) global() argument 115 debug_fr(r,...) global() argument 116 verbose_fr(r,...) global() argument 117 logit_fr(r,...) global() argument 118 error_fr(r,...) global() argument 119 fatal_fr(r,...) global() argument 120 logdie_fr(r,...) global() argument [all...] |
H A D | sftp-server.c | 496 int r; in get_handle() local 513 int r; in send_msg() local 542 int r; in send_status_errmsg() local 574 int r; in send_data_or_handle() local 609 int i, r; in send_names() local 632 int r; in send_attrib() local 650 int r; in send_statvfs() local 682 int r; in compose_extension() local 703 int r; in process_init() local 737 int r, handle, fd, flags, mode, status = SSH2_FX_FAILURE; in process_open() local [all …]
|
/openbsd-src/sbin/unwind/libunbound/util/ |
H A D | regional.c | 73 regional_init(struct regional* r) in regional_init() 92 struct regional* r; in regional_create_custom_large_object() local 119 regional_free_all(struct regional *r) in regional_free_all() 137 regional_destroy(struct regional *r) in regional_destroy() 145 regional_alloc(struct regional *r, size_t size) in regional_alloc() 185 regional_alloc_init(struct regional* r, const void *init, size_t size) in regional_alloc_init() 194 regional_alloc_zero(struct regional *r, size_t size) in regional_alloc_zero() 203 regional_strdup(struct regional *r, const char *string) in regional_strdup() 213 count_chunks(struct regional* r) in count_chunks() 228 count_large(struct regional* r) in count_large() [all …]
|
/openbsd-src/usr.sbin/unbound/util/ |
H A D | regional.c | 73 regional_init(struct regional* r) in regional_init() 92 struct regional* r; in regional_create_custom_large_object() local 119 regional_free_all(struct regional *r) in regional_free_all() 137 regional_destroy(struct regional *r) in regional_destroy() 145 regional_alloc(struct regional *r, size_t size) in regional_alloc() 185 regional_alloc_init(struct regional* r, const void *init, size_t size) in regional_alloc_init() 194 regional_alloc_zero(struct regional *r, size_t size) in regional_alloc_zero() 203 regional_strdup(struct regional *r, const char *string) in regional_strdup() 213 count_chunks(struct regional* r) in count_chunks() 228 count_large(struct regional* r) in count_large() [all …]
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | hv_macro.h | 61 #define ROTL32(x,r) _rotl(x,r) argument 62 #define ROTR32(x,r) _rotr(x,r) argument 63 #define ROTL64(x,r) _rotl64(x,r) argument 64 #define ROTR64(x,r) _rotr64(x,r) argument 67 #define ROTL32(x,r) (((U32)(x) << (r)) | ((U32)(x) >> (32 - (r)))) argument 68 #define ROTR32(x,r) (((U32)(x) << (32 - (r))) | ((U32)(x) >> (r))) argument 69 #define ROTL64(x,r) ( ( (U64)(x) << (r) ) | ( (U64)(x) >> ( 64 - (r) ) ) ) argument 70 #define ROTR64(x,r) ( ( (U64)(x) << ( 64 - (r) ) ) | ( (U64)(x) >> (r) ) ) argument 75 #define ROTL_UV(x,r) ROTL64(x,r) argument 76 #define ROTR_UV(x,r) ROTL64(x,r) argument [all …]
|
/openbsd-src/lib/libcrypto/bn/ |
H A D | bn_mod.c | 119 BN_mod_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_ct() 125 BN_mod_nonct(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_nonct() 137 BN_nnmod(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_nnmod() 152 BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 170 BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m) in BN_mod_add_quick() 185 BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() 203 BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m) in BN_mod_sub_quick() 218 BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() 257 BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() 264 BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1() [all …]
|
/openbsd-src/sbin/ipsecctl/ |
H A D | ike.c | 64 ike_section_general(struct ipsec_rule *r, FILE *fd) in ike_section_general() 75 ike_section_peer(struct ipsec_rule *r, FILE *fd) in ike_section_peer() 95 ike_section_ids(struct ipsec_rule *r, FILE *fd) in ike_section_ids() 138 ike_section_ipsec(struct ipsec_rule *r, FILE *fd) in ike_section_ipsec() 158 ike_section_p2(struct ipsec_rule *r, FILE *fd) in ike_section_p2() 443 ike_section_p1(struct ipsec_rule *r, FILE *fd) in ike_section_p1() 680 ike_section_p2ids(struct ipsec_rule *r, FILE *fd) in ike_section_p2ids() 736 ike_connect(struct ipsec_rule *r, FILE *fd) in ike_connect() 754 ike_gen_config(struct ipsec_rule *r, FILE *fd) in ike_gen_config() 775 ike_delete_config(struct ipsec_rule *r, FILE *fd) in ike_delete_config() [all …]
|
/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | drm_rect.h | 74 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1 argument 87 #define DRM_RECT_FP_ARG(r) \ argument 101 static inline void drm_rect_init(struct drm_rect *r, int x, int y, in drm_rect_init() 122 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size() 139 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) in drm_rect_translate() 156 static inline void drm_rect_translate_to(struct drm_rect *r, int x, int y) in drm_rect_translate_to() 169 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) in drm_rect_downscale() 184 static inline int drm_rect_width(const struct drm_rect *r) in drm_rect_width() 196 static inline int drm_rect_height(const struct drm_rect *r) in drm_rect_height() 208 static inline bool drm_rect_visible(const struct drm_rect *r) in drm_rect_visible()
|
/openbsd-src/lib/libm/arch/sparc64/ |
H A D | fenv.c | 48 fexcept_t r; in feclearexcept() local 72 fexcept_t r; in fegetexceptflag() local 93 fexcept_t r; in fesetexceptflag() local 163 fexcept_t r; in fetestexcept() local 180 fenv_t r; in fegetround() local 197 fenv_t r; in fesetround() local 239 fenv_t r; in feholdexcept() local 284 fexcept_t r; in feupdateenv() local 340 fenv_t r; in fegetexcept() local
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | ruleset.c | 24 #define MATCH_RESULT(r, neg) ((r) == -1 ? -1 : ((neg) < 0 ? !(r) : (r))) argument 27 ruleset_match_tag(struct rule *r, const struct envelope *evp) in ruleset_match_tag() 46 ruleset_match_from(struct rule *r, const struct envelope *evp) in ruleset_match_from() 92 ruleset_match_to(struct rule *r, const struct envelope *evp) in ruleset_match_to() 111 ruleset_match_smtp_helo(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_helo() 130 ruleset_match_smtp_starttls(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_starttls() 140 ruleset_match_smtp_auth(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_auth() 168 ruleset_match_smtp_mail_from(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_mail_from() 191 ruleset_match_smtp_rcpt_to(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_rcpt_to() 216 struct rule *r; in ruleset_match() local
|
H A D | scheduler_proc.c | 100 int fd, r; in scheduler_proc_init() local 122 int r; scheduler_proc_insert() local 172 int r; scheduler_proc_update() local 190 int r; scheduler_proc_delete() local 208 int r; scheduler_proc_hold() local 234 int r; scheduler_proc_release() local 262 int r; scheduler_proc_batch() local 346 int r; scheduler_proc_schedule() local 364 int r; scheduler_proc_remove() local 382 int r; scheduler_proc_suspend() local 400 int r; scheduler_proc_resume() local [all...] |
H A D | queue_proc.c | 101 int r; in queue_proc_close() local 115 int r; in queue_proc_message_create() local 131 int r, f in queue_proc_message_commit() local 152 int r; queue_proc_message_delete() local 181 int r; queue_proc_envelope_create() local 203 int r; queue_proc_envelope_delete() local 219 int r; queue_proc_envelope_update() local 238 int r; queue_proc_envelope_load() local 260 int r; queue_proc_envelope_walk() local [all...] |
/openbsd-src/usr.bin/signify/ |
H A D | fe25519.c | 41 static void reduce_add_sub(fe25519 *r) in reduce_add_sub() 61 static void reduce_mul(fe25519 *r) in reduce_mul() 82 void fe25519_freeze(fe25519 *r) in fe25519_freeze() 98 void fe25519_unpack(fe25519 *r, const unsigned char x[32]) in fe25519_unpack() 118 int r; in fe25519_iszero() local 139 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b) in fe25519_cmov() 154 void fe25519_setone(fe25519 *r) in fe25519_setone() 161 void fe25519_setzero(fe25519 *r) in fe25519_setzero() 167 void fe25519_neg(fe25519 *r, const fe25519 *x) in fe25519_neg() 176 void fe25519_add(fe25519 *r, const fe25519 *x, const fe25519 *y) in fe25519_add() [all …]
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32sck.c | 348 SOCKET r; in win32_accept() local 357 int r; in win32_bind() local 366 int r; in win32_connect() local 376 int r; in win32_getpeername() local 385 int r; in win32_getsockname() local 394 int r; in win32_getsockopt() local 403 int r; in win32_ioctlsocket() local 412 int r; in win32_listen() local 421 int r; in win32_recv() local 430 int r; in win32_recvfrom() local [all …]
|
/openbsd-src/lib/libc/arch/sparc64/fpu/ |
H A D | fpu_arith.h | 82 #define FPU_ADDC(r, x, y) \ argument 84 #define FPU_ADDS(r, x, y) \ argument 86 #define FPU_ADDCS(r, x, y) \ argument 88 #define FPU_SUBC(r, x, y) \ argument 90 #define FPU_SUBS(r, x, y) \ argument 92 #define FPU_SUBCS(r, x, y) \ argument 95 #define FPU_GET_CARRY(r) __asm volatile("addx %%g0,%%g0,%0" : "=r"(r)) argument
|
/openbsd-src/sys/arch/sparc64/fpu/ |
H A D | fpu_arith.h | 77 #define FPU_ADDC(r, x, y) \ argument 79 #define FPU_ADDS(r, x, y) \ argument 81 #define FPU_ADDCS(r, x, y) \ argument 83 #define FPU_SUBC(r, x, y) \ argument 85 #define FPU_SUBS(r, x, y) \ argument 87 #define FPU_SUBCS(r, x, y) \ argument 90 #define FPU_GET_CARRY(r) asm volatile("addx %%g0,%%g0,%0" : "=r"(r)) argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | target.h | 802 #define ffetarget_add_complex1(res,l,r) \ argument 813 #define ffetarget_add_complex2(res,l,r) \ argument 824 #define ffetarget_add_integer1(res,l,r) (*(res) = (l) + (r), FFEBAD) argument 825 #define ffetarget_add_integer2(res,l,r) (*(res) = (l) + (r), FFEBAD) argument 826 #define ffetarget_add_integer3(res,l,r) (*(res) = (l) + (r), FFEBAD) argument 827 #define ffetarget_add_integer4(res,l,r) (*(res) = (l) + (r), FFEBAD) argument 828 #define ffetarget_add_real1(res,l,r) \ argument 835 #define ffetarget_add_real2(res,l,r) \ argument 844 #define ffetarget_and_integer1(res,l,r) (*(res) = (l) & (r), FFEBAD) argument 845 #define ffetarget_and_integer2(res,l,r) (*(res) = (l) & (r), FFEBAD) argument [all …]
|