Home
last modified time | relevance | path

Searched defs:r (Results 51 – 75 of 2247) sorted by relevance

12345678910>>...90

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_shift.c14 int BN_lshift1(BIGNUM *r, const BIGNUM *a) in BN_lshift1()
45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1()
81 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) in BN_lshift()
104 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_lshift_fixed_top()
150 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) in BN_rshift()
173 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_rshift_fixed_top()
H A Dbn_gf2m.c252 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_GF2m_add()
292 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) in BN_GF2m_mod_arr()
390 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p) in BN_GF2m_mod()
410 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul_arr()
465 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul()
494 int BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const int p[], in BN_GF2m_mod_sqr_arr()
561 static int BN_GF2m_mod_inv_vartime(BIGNUM *r, const BIGNUM *a, in BN_GF2m_mod_inv_vartime()
780 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], in BN_GF2m_mod_inv_arr()
805 int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *y, const BIGNUM *x, in BN_GF2m_mod_div()
912 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_exp()
[all …]
H A Dbn_mul.c27 BN_ULONG bn_sub_part_words(BN_ULONG *r, in bn_sub_part_words()
175 void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_recursive()
322 void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n, in bn_mul_part_recursive()
477 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_low_recursive()
497 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_mul()
507 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in bn_mul_fixed_top()
622 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal()
664 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_mul_low_normal()
/freebsd/crypto/openssh/
H A Dssh-sk.c194 sshsk_free_sign_response(struct sk_sign_response *r) in sshsk_free_sign_response()
211 int r; in sshsk_ecdsa_assemble() local
264 int r; in sshsk_ed25519_assemble() local
297 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_key_from_response() local
415 int r, ret = SSH_ERR_INTERNAL_ERROR; in make_options() local
442 int r; in fill_attestation_blob() local
475 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_enroll() local
568 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_ecdsa_sig() local
612 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_ed25519_sig() local
642 int r = SSH_ERR_INTERNAL_ERROR; in sshsk_sign() local
[all …]
H A Ded25519.c161 static void fe25519_reduce_add_sub(fe25519 *r) in fe25519_reduce_add_sub()
181 static void reduce_mul(fe25519 *r) in reduce_mul()
202 static void fe25519_freeze(fe25519 *r) in fe25519_freeze()
238 int r; in fe25519_iszero() local
274 static void fe25519_setone(fe25519 *r) in fe25519_setone()
281 static void fe25519_setzero(fe25519 *r) in fe25519_setzero()
287 static void fe25519_neg(fe25519 *r, const fe25519 *x) in fe25519_neg()
331 static void fe25519_square(fe25519 *r, const fe25519 *x) in fe25519_square()
336 static void fe25519_invert(fe25519 *r, const fe25519 *x) in fe25519_invert()
531 static void sc25519_reduce_add_sub(sc25519 *r) in sc25519_reduce_add_sub()
[all …]
H A Dssh-ed25519-sk.c62 int r; in ssh_ed25519_sk_serialize_public() local
76 int r; in ssh_ed25519_sk_serialize_private() local
89 int r; in ssh_ed25519_sk_copy_public() local
102 int r; in ssh_ed25519_sk_deserialize_public() local
115 int r; in ssh_ed25519_sk_deserialize_private() local
142 int r = SSH_ERR_INTERNAL_ERROR; in ssh_ed25519_sk_verify() local
H A Dserverloop.c131 int r, channel_id; in client_alive_check() local
282 int r; in process_input() local
308 int r; in process_output() local
344 int r, conn_in_ready, conn_out_ready; in server_loop2() local
431 int r; in server_request_direct_tcpip() local
480 int r; in server_request_direct_streamlocal() local
521 int r, sock; in server_request_tun() local
589 int r; in server_request_session() local
624 int r, reason = SSH2_OPEN_CONNECT_FAILED; in server_input_channel_open() local
683 int r, ndx, success = 0; in server_input_hostkeys_prove() local
[all …]
H A Dsntrup761.c44 long long top,p,q,r,i,j; in crypto_sort_int32() local
172 uint16 r; in uint32_mod_uint14() local
197 uint16 r; in int32_mod_uint14() local
327 uint32 r = bottomr[i/2]; in Decode() local
357 uint16 r = R[0]; in Encode() local
371 uint32 r = R[i]+R[i+1]*m0; in Encode() local
484 static int Weightw_mask(small *r) in Weightw_mask()
529 small f[p+1],g[p+1],v[p+1],r[p+1]; in R3_recip() local
614 Fq f[p+1],g[p+1],v[p+1],r[p+1]; in Rq_recip3() local
1214 Inputs r; in Encap() local
[all …]
H A Dkex.c401 int r; in kex_prop2buf() local
431 int r; in kex_buf2prop() local
486 int r; in kex_protocol_error() local
547 int r; in kex_compose_ext_info_server() local
569 int r; in kex_compose_ext_info_client() local
586 int r; in kex_maybe_send_ext_info() local
623 int r; in kex_server_update_ext_info() local
643 int r; in kex_send_newkeys() local
678 int r; in kex_ext_info_client_parse() local
712 int r; in kex_ext_info_server_parse() local
[all …]
H A Dmux.c272 int r; in mux_master_process_hello() local
313 int r; in reply_ok() local
324 int r; in reply_error() local
493 int r; in mux_master_process_alive_check() local
603 int r; in mux_confirm_remote_forward() local
1062 int r; in mux_stdio_confirm() local
1136 int r; in mux_master_process_proxy() local
1230 int r; in mux_exit_message() local
1253 int r; in mux_tty_alloc_failed() local
1467 int r; in mux_client_read() local
[all …]
/freebsd/contrib/libfido2/tools/
H A Dconfig.c23 int r, ok = 1; in config_entattest() local
53 int v, r, ok = 1; in config_always_uv() local
95 int len, r, ok = 1; in config_pin_minlen() local
128 int r, ok = 1; in config_force_pin_change() local
158 int r, ok = 1; in config_pin_minlen_rpid() local
/freebsd/contrib/lib9p/
H A Dlib9p_impl.h38 void *r = malloc(size); in l9p_malloc() local
52 void *r = calloc(n, size); in l9p_calloc() local
66 void *r = realloc(ptr, newsize); in l9p_realloc() local
/freebsd/contrib/libarchive/unzip/test/
H A Dtest_x.c32 int r; in DEFINE_TEST() local
50 int r; in DEFINE_TEST() local
68 int r; in DEFINE_TEST() local
/freebsd/lib/libc/stdio/
H A Dfclose.c49 int r; in cleanfile() local
86 int r, err; in fdclose() local
122 int r; in fclose() local
/freebsd/contrib/libfido2/src/
H A Dpin.c40 int r; in pin_sha256_enc() local
157 int r; in ctap20_uv_token_tx() local
215 int r; in ctap21_uv_token_tx() local
291 int r; in uv_token_rx() local
334 int r; in uv_token_wait() local
367 int r; in fido_dev_change_pin_tx() local
436 int r; in fido_dev_set_pin_tx() local
483 int r; in fido_dev_set_pin_wait() local
560 int r; in fido_dev_get_retry_count_tx() local
622 int r; in fido_dev_get_pin_retry_count_wait() local
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decp_mont.c196 int ossl_ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_mul()
207 int ossl_ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_sqr()
223 int ossl_ec_GFp_mont_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_inv()
267 int ossl_ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_encode()
278 int ossl_ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_decode()
289 int ossl_ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_set_to_one()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c276 int r = 0; in bufferevent_decrement_read_buckets_() local
314 int r = 0; in bufferevent_decrement_write_buckets_() local
564 int r = -1; in bufferevent_set_rate_limit() local
821 ev_ssize_t r; in bufferevent_get_read_limit() local
840 ev_ssize_t r; in bufferevent_get_write_limit() local
885 ev_ssize_t r; in bufferevent_get_max_single_read() local
896 ev_ssize_t r; in bufferevent_get_max_single_write() local
971 int r = 0; in bufferevent_decrement_read_limit() local
1000 int r = 0; in bufferevent_decrement_write_limit() local
1028 int r = 0; in bufferevent_rate_limit_group_decrement_read() local
[all …]
/freebsd/contrib/libevent/
H A Dbufferevent_ratelim.c276 int r = 0; in bufferevent_decrement_read_buckets_() local
314 int r = 0; in bufferevent_decrement_write_buckets_() local
564 int r = -1; in bufferevent_set_rate_limit() local
821 ev_ssize_t r; in bufferevent_get_read_limit() local
840 ev_ssize_t r; in bufferevent_get_write_limit() local
885 ev_ssize_t r; in bufferevent_get_max_single_read() local
896 ev_ssize_t r; in bufferevent_get_max_single_write() local
971 int r = 0; in bufferevent_decrement_read_limit() local
1000 int r = 0; in bufferevent_decrement_write_limit() local
1028 int r = 0; in bufferevent_rate_limit_group_decrement_read() local
[all …]
/freebsd/sys/kern/
H A Dsubr_rangeset.c97 struct rs_el *r; in rangeset_check_empty() local
108 struct rs_el *r; in rangeset_insert() local
127 struct rs_el *r, *rn; in rangeset_remove_pred() local
238 struct rs_el *r; in rangeset_remove_all() local
252 struct rs_el *r; in rangeset_lookup() local
305 struct rs_el *r, *rp; in rangeset_check() local
335 struct rs_el *r; in DB_SHOW_COMMAND() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp180 static StringRef getReferentString(const Reloc &r) { in getReferentString()
194 for (const Reloc &r : methodsIsec->relocs) { in parseMethods() local
259 if (const auto *r = catIsec->getRelocAt(catLayout.classMethodsOffset)) { in parseCategory() local
264 if (const auto *r = catIsec->getRelocAt(catLayout.instanceMethodsOffset)) { in parseCategory() local
274 if (const auto *r = classIsec->getRelocAt(classLayout.roDataOffset)) { in parseClass() local
277 if (const auto *r = in parseClass() local
296 if (const auto *r = classSym->isec->getRelocAt(classLayout.metaClassOffset)) in parseClass() local
306 for (const Reloc &r : isec->relocs) { in checkCategories() local
/freebsd/sys/dev/proto/
H A Dproto_core.c93 struct proto_res *r; in proto_add_resource() local
178 struct proto_res *r; in proto_attach() local
226 struct proto_res *r; in proto_detach() local
282 struct proto_res *r; in proto_open() local
305 struct proto_res *r; in proto_close() local
337 struct proto_res *r; in proto_read() local
392 struct proto_res *r; in proto_write() local
452 struct proto_res *r; in proto_ioctl() local
492 struct proto_res *r; in proto_mmap() local
/freebsd/sys/netpfil/pf/
H A Dpf_ruleset.c196 char *p, *q, *r; in pf_find_or_create_kruleset() local
314 pf_kanchor_setup(struct pf_krule *r, const struct pf_kruleset *s, in pf_kanchor_setup()
370 pf_kanchor_copyout(const struct pf_kruleset *rs, const struct pf_krule *r, in pf_kanchor_copyout()
416 pf_kanchor_nvcopyout(const struct pf_kruleset *rs, const struct pf_krule *r, in pf_kanchor_nvcopyout()
432 const struct pf_keth_rule *r, nvlist_t *nvl) in pf_keth_anchor_nvcopyout()
478 pf_kanchor_remove(struct pf_krule *r) in pf_kanchor_remove()
531 char *p, *q, *r; in pf_find_or_create_keth_ruleset() local
621 pf_keth_anchor_setup(struct pf_keth_rule *r, const struct pf_keth_ruleset *s, in pf_keth_anchor_setup()
677 pf_keth_anchor_remove(struct pf_keth_rule *r) in pf_keth_anchor_remove()
/freebsd/tools/bus_space/
H A Dbus.c79 struct resource *r; in rid_lookup() local
98 struct resource *r; in bs_map() local
132 struct resource *r; in bs_read() local
175 struct resource *r; in bs_subregion() local
213 struct resource *r; in bs_unmap() local
230 struct resource *r; in bs_write() local
/freebsd/sys/arm/ti/omap4/pandaboard/
H A Dpandaboard.c67 #define REG_WRITE32(r, x) *((volatile uint32_t*)(r)) = (uint32_t)(x) argument
68 #define REG_READ32(r) *((volatile uint32_t*)(r)) argument
70 #define REG_WRITE16(r, x) *((volatile uint16_t*)(r)) = (uint16_t)(x) argument
71 #define REG_READ16(r) *((volatile uint16_t*)(r)) argument
/freebsd/crypto/openssl/crypto/asn1/
H A Da_int.c216 uint64_t r; in asn1_get_uint64() local
258 uint64_t r; in asn1_get_int64() local
290 size_t r; in ossl_c2i_ASN1_INTEGER() local
340 static int asn1_string_set_int64(ASN1_STRING *a, int64_t r, int itype) in asn1_string_set_int64()
379 static int asn1_string_set_uint64(ASN1_STRING *a, uint64_t r, int itype) in asn1_string_set_uint64()
530 int ASN1_INTEGER_set_int64(ASN1_INTEGER *a, int64_t r) in ASN1_INTEGER_set_int64()
540 int ASN1_INTEGER_set_uint64(ASN1_INTEGER *a, uint64_t r) in ASN1_INTEGER_set_uint64()
553 int64_t r; in ASN1_INTEGER_get() local
579 int ASN1_ENUMERATED_set_int64(ASN1_ENUMERATED *a, int64_t r) in ASN1_ENUMERATED_set_int64()
592 int64_t r; in ASN1_ENUMERATED_get() local
[all …]

12345678910>>...90