Home
last modified time | relevance | path

Searched defs:r (Results 76 – 100 of 2375) sorted by relevance

12345678910>>...95

/freebsd/usr.sbin/ppp/
H A Dradius.c148 demangle(struct radius *r, const void *mangled, size_t mlen, in demangle()
248 radius_Process(struct radius *r, int got) in radius_Process()
655 radius_Continue(struct radius *r, int sel) in radius_Continue()
695 radius_Flush(struct radius *r) in radius_Flush()
714 radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, in radius_UpdateSet()
736 struct radius *r = descriptor2radius(d); in radius_IsSet() local
757 radius_Init(struct radius *r) in radius_Init()
795 radius_Destroy(struct radius *r) in radius_Destroy()
1096 radius_Account(struct radius *r, struct radacct *ac, struct datalink *dl, in radius_Account()
1300 radius_Show(struct radius *r, struct prompt *p) in radius_Show()
[all …]
/freebsd/sys/contrib/libb2/
H A Dblake2s-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) argument
21 #define STOREU(p,r) _mm_storeu_si128((__m128i *)(p), r) argument
32 #define _mm_roti_epi32(r, c) ( \ argument
37 #define _mm_roti_epi32(r, c) _mm_xor_si128(_mm_srli_epi32( (r), -(c) ),_mm_slli_epi32( (r), 32-(-(c… argument
78 #define ROUND(r) \ argument
/freebsd/crypto/openssh/
H A Dkexdh.c78 int kout, r; in kex_dh_compute_key() local
119 int r; in kex_dh_keypair() local
148 int r; in kex_dh_enc() local
180 int r; in kex_dh_dec() local
H A Dkrl.c122 int r; in blob_cmp() local
220 int r; in revoked_certs_for_ca_key() local
331 int r; in ssh_krl_revoke_cert_by_serial_range() local
346 int r; in ssh_krl_revoke_cert_by_key_id() local
370 int r; in plain_key_blob() local
408 int r; in ssh_krl_revoke_key_explicit() local
420 int r; in revoke_by_hash() local
557 int r; in put_bitmap() local
987 int r; in blob_section() local
1194 int r; in is_key_revoked() local
[all …]
H A Dsshbuf.c130 int r; in sshbuf_set_parent() local
247 int r; in sshbuf_set_max_size() local
315 int r; in sshbuf_check_reserve() local
333 int r; in sshbuf_allocate() local
375 int r; in sshbuf_reserve() local
394 int r; in sshbuf_consume() local
414 int r; in sshbuf_consume_end() local
H A Dssh-ed25519.c58 int r; in ssh_ed25519_serialize_public() local
72 int r; in ssh_ed25519_serialize_private() local
108 int r; in ssh_ed25519_deserialize_public() local
124 int r; in ssh_ed25519_deserialize_private() local
154 int r, ret; in ssh_ed25519_sign() local
216 int r, ret; in ssh_ed25519_verify() local
H A Dkexc25519.c64 int r; in kexc25519_shared_key_ext() local
96 int r; in kex_c25519_keypair() local
122 int r; in kex_c25519_enc() local
171 int r; in kex_c25519_dec() local
/freebsd/lib/libc/iconv/
H A Dcitrus_db.c57 _citrus_db_open(struct _citrus_db **rdb, struct _region *r, const char *magic, in _citrus_db_open()
103 struct _citrus_region r; in _citrus_db_lookup() local
184 struct _region r; in _citrus_db_lookup_by_string() local
195 struct _region r; in _citrus_db_lookup8_by_string() local
215 struct _region r; in _citrus_db_lookup16_by_string() local
238 struct _region r; in _citrus_db_lookup32_by_string() local
261 struct _region r; in _citrus_db_lookup_string_by_string() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dtransited.c50 free_realms(struct tr_realm *r) in free_realms()
62 make_path(krb5_context context, struct tr_realm *r, in make_path()
135 struct tr_realm *r; in make_paths() local
165 struct tr_realm *r; in expand_realms() local
208 struct tr_realm *r; in make_realm() local
242 append_realm(struct tr_realm *head, struct tr_realm *r) in append_realm()
259 struct tr_realm *r = NULL; in decode_realms() local
316 struct tr_realm *r = NULL; in krb5_domain_x500_decode() local
/freebsd/contrib/atf/atf-c/
H A Dcheck.c297 atf_check_result_init(atf_check_result_t *r, const char *const *argv, in atf_check_result_init()
338 atf_check_result_fini(atf_check_result_t *r) in atf_check_result_fini()
354 atf_check_result_stdout(const atf_check_result_t *r) in atf_check_result_stdout()
360 atf_check_result_stderr(const atf_check_result_t *r) in atf_check_result_stderr()
366 atf_check_result_exited(const atf_check_result_t *r) in atf_check_result_exited()
372 atf_check_result_exitcode(const atf_check_result_t *r) in atf_check_result_exitcode()
378 atf_check_result_signaled(const atf_check_result_t *r) in atf_check_result_signaled()
384 atf_check_result_termsig(const atf_check_result_t *r) in atf_check_result_termsig()
457 atf_check_exec_array(const char *const *argv, atf_check_result_t *r) in atf_check_exec_array()
/freebsd/contrib/libfido2/src/
H A Dlargeblob.c161 int r; in largeblob_get_tx() local
364 int r; in largeblob_array_lookup() local
438 int r; in largeblob_get_array() local
510 int r; in largeblob_set_tx() local
554 int r; in largeblob_get_uv_token() local
586 int r; in largeblob_set_array() local
654 int r; in largeblob_add() local
698 int r; in largeblob_drop() local
733 int r; in fido_dev_largeblob_get() local
780 int r; in fido_dev_largeblob_set() local
[all …]
H A Dconfig.c51 int r = FIDO_ERR_INTERNAL; in config_tx() local
110 int r; in config_enable_entattest_wait() local
130 int r; in config_toggle_always_uv_wait() local
152 int r; in config_pin_minlen_tx() local
191 int r; in config_pin_minlen() local
222 int r; in fido_dev_set_pin_minlen_rpid() local
/freebsd/sys/crypto/des/
H A Ddes_enc.c69 DES_LONG l,r,t,u; in des_encrypt1() local
167 DES_LONG l,r,t,u; in des_encrypt2() local
259 DES_LONG l,r; in des_encrypt3() local
279 DES_LONG l,r; in des_decrypt3() local
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.c114 rk_dns_free_data(struct rk_dns_reply *r) in rk_dns_free_data()
415 struct rk_dns_reply *r; in parse_reply() local
508 #define resolve_search(h,n,c,t,r,l) \ argument
512 #define resolve_search(h,n,c,t,r,l) res_nsearch(h,n,c,t,r,l) argument
515 #define resolve_search(h,n,c,t,r,l) res_search(n,c,t,r,l) argument
524 struct rk_dns_reply *r; in dns_lookup_int() local
627 rk_dns_srv_order(struct rk_dns_reply *r) in rk_dns_srv_order()
876 struct rk_dns_reply * r = NULL; in rk_dns_lookup() local
925 rk_dns_free_data(struct rk_dns_reply *r) in rk_dns_free_data()
930 rk_dns_srv_order(struct rk_dns_reply *r) in rk_dns_srv_order()
/freebsd/bin/expr/
H A Dexpr.y335 int r; in compare_vals() local
394 assert_plus(intmax_t a, intmax_t b, intmax_t r) in assert_plus()
408 struct val *r; in op_plus() local
421 assert_minus(intmax_t a, intmax_t b, intmax_t r) in assert_minus()
431 struct val *r; in op_minus() local
449 assert_times(intmax_t a, intmax_t b, volatile intmax_t r) in assert_times()
469 struct val *r; in op_times() local
494 struct val *r; in op_div() local
510 struct val *r; in op_rem() local
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c74 # define mul_add(r,a,word,carry) do { \ argument
91 # define mul(r,a,word,carry) do { \ argument
169 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words()
260 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_sub_words()
393 void bn_mul_comba8(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba8()
496 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba4()
535 void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) in bn_sqr_comba8()
610 void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a) in bn_sqr_comba4()
/freebsd/contrib/elftoolchain/libelf/
H A Delf_flag.c36 unsigned int r; in elf_flagarhdr() local
58 unsigned int r; in elf_flagdata() local
112 unsigned int r; in elf_flagelf() local
174 unsigned int r; in elf_flagscn() local
/freebsd/contrib/libfido2/tools/
H A Dcredman.c26 int r, ok = 1; in credman_get_metadata() local
82 int r, ok = 1; in credman_list_rp() local
152 int r, ok = 1; in credman_list_rk() local
193 int r, ok = 1; in credman_print_rk() local
247 int r, ok = 1; in credman_delete_rk() local
287 int r, ok = 1; in credman_update_rk() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_compat_lzip.c97 int i, r; in compat_lzip() local
137 int r; in compat_lzip_3() local
178 int r; in compat_lzip_4() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_sqr.c17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr()
27 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in bn_sqr_fixed_top()
109 void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp) in bn_sqr_normal()
156 void bn_sqr_recursive(BN_ULONG *r, const BN_ULONG *a, int n2, BN_ULONG *t) in bn_sqr_recursive()
H A Dbn_add.c14 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_add()
45 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_sub()
76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_uadd()
125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_usub()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_common.c71 struct pcie_range *r; in range_addr_is_pci() local
91 struct pcie_range *r; in range_addr_is_phys() local
111 struct pcie_range *r; in range_addr_phys_to_pci() local
133 struct pcie_range *r; in range_addr_pci_to_phys() local
/freebsd/sys/fs/procfs/
H A Dprocfs_dbregs.c70 #define PROC(d, w, t, r) wrap32 ? \ argument
77 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
85 struct dbreg r; in procfs_doprocdbregs() local
H A Dprocfs_regs.c64 #define PROC(d, w, t, r) wrap32 ? \ argument
71 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
79 struct reg r; in procfs_doprocregs() local
H A Dprocfs_fpregs.c64 #define PROC(d, w, t, r) wrap32 ? \ argument
71 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) argument
79 struct fpreg r; in procfs_doprocfpregs() local

12345678910>>...95