Searched refs:inp (Results 26 - 50 of 347) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_subr.c49 * @param inp The value data.
61 bhnd_nvram_value_check_aligned(const void *inp, size_t ilen, argument
78 if ((uintptr_t)inp % align != 0)
102 * @param inp The value data.
108 * @retval EINVAL if @p inp is NULL and the element count of @p itype
116 bhnd_nvram_value_nelem(const void *inp, size_t ilen, bhnd_nvram_type itype, argument
121 BHND_NV_ASSERT(inp != NULL, ("NULL inp"));
124 if ((error = bhnd_nvram_value_check_aligned(inp, ilen, itype)))
153 p = inp;
241 bhnd_nvram_value_size(const void *inp, size_t ilen, bhnd_nvram_type itype, size_t nelem) argument
392 bhnd_nvram_value_printf(const char *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, char *outp, size_t *olen, ...) argument
433 bhnd_nvram_value_vprintf(const char *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, char *outp, size_t *olen, va_list ap) argument
471 bhnd_nvram_value_array_next(const void *inp, size_t ilen, bhnd_nvram_type itype, const void *prev, size_t *olen) argument
529 bhnd_nvram_value_coerce(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
[all...]
H A Dbhnd_nvram_valuevar.h39 const void *inp, size_t ilen, void *outp, size_t *olen,
54 * @param inp Input data.
58 * @retval 0 If initialization from @p inp is supported.
59 * @retval EFTYPE If initialization from @p inp is unsupported.
64 const void *inp, size_t ilen, bhnd_nvram_type itype);
72 const void *inp, size_t ilen, void *outp, size_t *olen,
H A Dbhnd_nvram_value.c58 const void *inp, size_t ilen, bhnd_nvram_type itype);
62 static int bhnd_nvram_val_set(bhnd_nvram_val *value, const void *inp,
65 const void *inp, size_t ilen, bhnd_nvram_type itype);
67 static int bhnd_nvram_val_encode_data(const void *inp, size_t ilen,
70 static int bhnd_nvram_val_encode_int(const void *inp, size_t ilen,
73 static int bhnd_nvram_val_encode_null(const void *inp, size_t ilen,
76 static int bhnd_nvram_val_encode_bool(const void *inp, size_t ilen,
79 static int bhnd_nvram_val_encode_string(const void *inp, size_t ilen,
211 * capable of direct initialization from buffer @p inp.
218 * performing initialization from @p inp
229 bhnd_nvram_val_fmt_filter(const bhnd_nvram_val_fmt **fmt, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
273 bhnd_nvram_val_init_common(bhnd_nvram_val *value, bhnd_nvram_val_storage val_storage, const bhnd_nvram_val_fmt *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
354 bhnd_nvram_val_init(bhnd_nvram_val *value, const bhnd_nvram_val_fmt *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
391 bhnd_nvram_val_new(bhnd_nvram_val **value, const bhnd_nvram_val_fmt *fmt, const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
418 const void *inp; local
663 bhnd_nvram_val_encode_null(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
706 bhnd_nvram_val_encode_bool(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
784 bhnd_nvram_val_encode_data(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
817 bhnd_nvram_val_encode_string(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
1047 bhnd_nvram_val_encode_int(const void *inp, size_t ilen, bhnd_nvram_type itype, void *outp, size_t *olen, bhnd_nvram_type otype) argument
1363 bhnd_nvram_val_encode_elem(bhnd_nvram_val *value, const void *inp, size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) argument
1512 const void *inp; local
1625 bhnd_nvram_val_generic_encode_elem(bhnd_nvram_val *value, const void *inp, size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype) argument
1672 const uint8_t *inp; local
1698 bhnd_nvram_val_set(bhnd_nvram_val *value, const void *inp, size_t ilen, bhnd_nvram_type itype, uint32_t flags) argument
1756 bhnd_nvram_val_set_inline(bhnd_nvram_val *value, const void *inp, size_t ilen, bhnd_nvram_type itype) argument
[all...]
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl79 $inp="esi";
129 &movq ("mm2",&QWP(0,$inp)) if ($i==1);
130 &movq (&QWP(-8,(@XX[0],$inp)),"mm1") if ($i==0);
151 &movq ("mm0",&QWP(0,$inp)) if ($i<=0);
152 &movq (&QWP(-8,($out,$inp)),"mm2") if ($i==0);
165 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
169 &mov ($inp,&wparam(2)); # load inp
182 &lea ($tx,&DWP(0,$inp,$ty));
183 &sub ($out,$inp); # r
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_timewait.c98 * inp is locked, and is unlocked before returning.
109 struct inpcb *inp = tptoinpcb(tp); local
111 bool isipv6 = inp->inp_inc.inc_flags & INC_ISIPV6;
115 INP_WLOCK_ASSERT(inp);
117 /* A dropped inp should never transition to TIME_WAIT state. */
118 KASSERT((inp->inp_flags & INP_DROPPED) == 0, ("tcp_twstart: "
119 "(inp->inp_flags & INP_DROPPED) != 0"));
123 soisdisconnected(inp->inp_socket);
130 isipv6 ? in6_localaddr(&inp->in6p_faddr) :
133 in_localip(inp
156 tcp_twcheck(struct inpcb *inp, struct tcpopt *to, struct tcphdr *th, struct mbuf *m, int tlen) argument
[all...]
H A Dsctp_pcb.c887 if (prison_check_ip4(stcb->sctp_ep->ip_inp.inp.inp_cred,
906 if (prison_check_ip6(stcb->sctp_ep->ip_inp.inp.inp_cred,
1006 struct sctp_inpcb *inp; local
1046 LIST_FOREACH(inp, ephead, sctp_hash) {
1047 SCTP_INP_RLOCK(inp);
1048 if (inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1049 SCTP_INP_RUNLOCK(inp);
1052 if (lport != inp->sctp_lport) {
1053 SCTP_INP_RUNLOCK(inp);
1063 if (prison_check_ip4(inp
1260 struct sctp_inpcb *inp; local
1537 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1580 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1597 struct sctp_inpcb *inp; local
1787 sctp_isport_inuse(struct sctp_inpcb *inp, uint16_t lport, uint32_t vrf_id) argument
1835 sctp_swap_inpcb_for_listen(struct sctp_inpcb *inp) argument
1892 struct sctp_inpcb *inp; local
1970 struct sctp_inpcb *inp = NULL; local
2216 struct sctp_inpcb *inp; local
2387 struct sctp_inpcb *inp; local
2440 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2472 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2492 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
2507 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list); local
2822 sctp_inpcb_bind_locked(struct sctp_inpcb *inp, struct sockaddr *addr, struct sctp_ifa *sctp_ifap, struct thread *td) argument
3226 struct sctp_inpcb *inp; local
3239 sctp_iterator_inp_being_freed(struct sctp_inpcb *inp) argument
3309 sctp_inpcb_free(struct sctp_inpcb *inp, int immediate, int from) argument
3679 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); local
4132 sctp_aloc_a_assoc_id(struct sctp_inpcb *inp, struct sctp_tcb *stcb) argument
4168 sctp_aloc_assoc_locked(struct sctp_inpcb *inp, struct sockaddr *firstaddr, int *error, uint32_t override_tag, uint32_t initial_tsn, uint32_t vrf_id, uint16_t o_streams, uint16_t port, struct thread *p, int initialize_auth_params) argument
4391 sctp_aloc_assoc(struct sctp_inpcb *inp, struct sockaddr *firstaddr, int *error, uint32_t override_tag, uint32_t initial_tsn, uint32_t vrf_id, uint16_t o_streams, uint16_t port, struct thread *p, int initialize_auth_params) argument
4409 sctp_aloc_assoc_connected(struct sctp_inpcb *inp, struct sockaddr *firstaddr, int *error, uint32_t override_tag, uint32_t initial_tsn, uint32_t vrf_id, uint16_t o_streams, uint16_t port, struct thread *p, int initialize_auth_params) argument
4440 struct sctp_inpcb *inp; local
4680 sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int from_inpcbfree, int from_location) argument
5205 struct sctp_inpcb *inp; local
5252 sctp_update_ep_vflag(struct sctp_inpcb *inp) argument
5291 sctp_add_local_addr_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa, uint32_t action) argument
5375 sctp_del_local_addr_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa) argument
5484 struct sctp_inpcb *inp; local
5993 struct sctp_inpcb *inp; local
6970 struct sctp_inpcb *inp; local
7094 sctp_pcb_add_flags(struct sctp_inpcb *inp, uint32_t flags) argument
[all...]
H A Dsctputil.c93 sctp_log_closing(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int16_t loc) argument
98 sctp_clog.x.close.inp = (void *)inp;
99 sctp_clog.x.close.sctp_flags = inp->sctp_flags;
349 sctp_log_lock(struct sctp_inpcb *inp, struct sctp_tcb *stcb, uint8_t from) argument
355 if (inp) {
356 sctp_clog.x.lock.sock = (void *)inp->sctp_socket;
361 sctp_clog.x.lock.inp = (void *)inp;
367 if (inp) {
628 sctp_auditing(int from, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
852 struct sctp_inpcb *inp; local
876 struct sctp_inpcb *inp; local
1008 sctp_select_initial_TSN(struct sctp_pcb *inp) argument
1046 sctp_select_a_tag(struct sctp_inpcb *inp, uint16_t lport, uint16_t rport, int check) argument
1111 sctp_init_asoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, uint32_t override_tag, uint32_t initial_tsn, uint32_t vrf_id, uint16_t o_strms) argument
1722 struct sctp_inpcb *inp; local
2156 sctp_timer_start(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net) argument
2615 sctp_timer_stop(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t from) argument
3143 struct sctp_inpcb *inp; local
4079 struct sctp_inpcb *inp; local
4395 sctp_abort_association(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct mbuf *m, int iphlen, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct mbuf *op_err, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
4499 sctp_abort_an_association(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct mbuf *op_err, bool timedout, int so_locked) argument
4542 sctp_handle_ootb(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_inpcb *inp, struct mbuf *cause, uint8_t mflowtype, uint32_t mflowid, uint16_t fibnum, uint32_t vrf_id, uint16_t port) argument
4867 sctp_wakeup_the_read_socket(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int so_locked SCTP_UNUSED ) argument
4882 sctp_add_to_readq(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_queued_to_read *control, struct sockbuf *sb, int end, int inp_read_lock_held, int so_locked) argument
5286 sctp_find_ifa_in_ep(struct sctp_inpcb *inp, struct sockaddr *addr, int holds_lock) argument
5529 struct sctp_inpcb *inp = NULL; local
6555 struct sctp_inpcb *inp; local
6618 struct sctp_inpcb *inp; local
6694 sctp_connectx_helper_find(struct sctp_inpcb *inp, struct sockaddr *addr, unsigned int totaddr, unsigned int *num_v4, unsigned int *num_v6, unsigned int limit) argument
6767 sctp_bindx_add_address(struct socket *so, struct sctp_inpcb *inp, struct sockaddr *sa, uint32_t vrf_id, int *error, void *p) argument
6883 sctp_bindx_delete_address(struct sctp_inpcb *inp, struct sockaddr *sa, uint32_t vrf_id, int *error) argument
7132 sctp_recv_udp_tunneled_packet(struct mbuf *m, int off, struct inpcb *inp, const struct sockaddr *sa SCTP_UNUSED, void *ctx SCTP_UNUSED) argument
7224 struct sctp_inpcb *inp; local
7329 struct sctp_inpcb *inp; local
[all...]
H A Dip_output.c109 struct inpcb *inp, struct sockaddr_in *dst, int *fibnum, int *error)
121 switch (pfil_mbuf_out(V_inet_pfil_head, mp, ifp, inp)) {
204 ip_output_send(struct inpcb *inp, struct ifnet *ifp, struct mbuf *m, argument
244 if (inp != NULL && mst == NULL) {
245 if ((inp->inp_flags2 & INP_RATE_LIMIT_CHANGED) != 0 ||
246 (inp->inp_snd_tag != NULL &&
247 inp->inp_snd_tag->ifp != ifp))
248 in_pcboutput_txrtlmt(inp, ifp, m);
250 if (inp->inp_snd_tag != NULL)
251 mst = inp
108 ip_output_pfil(struct mbuf **mp, struct ifnet *ifp, int flags, struct inpcb *inp, struct sockaddr_in *dst, int *fibnum, int *error) argument
312 ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags, struct ip_moptions *imo, struct inpcb *inp) argument
1069 struct inpcb *inp = sotoinpcb(so); local
[all...]
H A Dtoecore.c213 toe_listen_start(struct inpcb *inp, void *arg) argument
218 INP_WLOCK_ASSERT(inp);
219 KASSERT(inp->inp_pcbinfo == &V_tcbinfo,
220 ("%s: inp is not a TCP inp", __func__));
222 if (inp->inp_flags & INP_DROPPED)
225 tp = intotcpcb(inp);
241 struct inpcb *inp = tptoinpcb(tp); local
243 INP_WLOCK_ASSERT(inp);
247 toe_listen_start(inp, NUL
255 struct inpcb *inp = tptoinpcb(tp); local
356 toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, struct inpcb *inp, void *tod, void *todctx, uint8_t iptos) argument
387 struct inpcb *inp; local
512 toe_connect_failed(struct toedev *tod, struct inpcb *inp, int err) argument
[all...]
H A Dsctp_var.h44 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature)
45 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature)
46 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature)
47 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0)
49 #define sctp_stcb_feature_on(inp, stcb, feature) {\
52 } else if (inp) { \
[all...]
H A Din_pcb.h405 struct inpcb *inp = mem; \
407 rw_init_flags(&inp->inp_lock, lname, RW_RECURSE | RW_DUPOK); \
445 #define INP_LOCK_DESTROY(inp) rw_destroy(&(inp)->inp_lock)
446 #define INP_RLOCK(inp) rw_rlock(&(inp)->inp_lock)
447 #define INP_WLOCK(inp) rw_wlock(&(inp)->inp_lock)
448 #define INP_TRY_RLOCK(inp) rw_try_rlock(&(inp)
691 struct inpcb *inp; member in struct:inpcb_iterator
[all...]
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl98 ($out,$inp,$len,$key,$counter)=("%rdi","%rsi","%rdx","%rcx","%r8");
318 mov $inp,64+8(%rsp) # save inp
338 mov 64+8(%rsp),$inp # load inp
359 xor 4*0($inp),@x[0] # xor with input
360 xor 4*1($inp),@x[1]
361 xor 4*2($inp),@x[2]
362 xor 4*3($inp),@x[3]
363 xor 4*4($inp),
[all...]
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_listen.c194 alloc_lctx(struct adapter *sc, struct inpcb *inp, struct vi_info *vi) argument
198 INP_WLOCK_ASSERT(inp);
204 lctx->stid = alloc_stid(sc, lctx, inp->inp_vflag & INP_IPV6);
210 if (inp->inp_vflag & INP_IPV6 &&
211 !IN6_ARE_ADDR_EQUAL(&in6addr_any, &inp->in6p_laddr)) {
212 lctx->ce = t4_get_clip_entry(sc, &inp->in6p_laddr, true);
223 lctx->inp = inp;
224 lctx->vnet = inp->inp_socket->so_vnet;
225 in_pcbref(inp);
234 struct inpcb *inp = lctx->inp; local
285 listen_hash_find(struct adapter *sc, struct inpcb *inp) argument
305 listen_hash_del(struct adapter *sc, struct inpcb *inp) argument
332 struct inpcb *inp = lctx->inp; local
432 struct inpcb *inp = lctx->inp; local
460 struct inpcb *inp = lctx->inp; local
520 struct inpcb *inp = tptoinpcb(tp); local
616 struct inpcb *inp = tptoinpcb(tp); local
669 struct inpcb *inp; local
700 struct inpcb *inp = synqe->lctx->inp; local
748 struct inpcb *inp = lctx->inp; local
775 ("%s: inp %p still in listen hash", __func__, inp)); local
823 struct inpcb *inp = lctx->inp; local
853 struct inpcb *inp = lctx->inp; local
886 struct inpcb *inp = lctx->inp; local
936 struct inpcb *inp = lctx->inp; local
965 struct inpcb *inp = sotoinpcb(so); local
1185 struct inpcb *inp; local
1464 struct inpcb *inp = lctx->inp, *new_inp; local
[all...]
H A Dt4_connect.c80 struct inpcb *inp = toep->inp; local
89 INP_WLOCK(inp);
91 insert_tid(sc, tid, toep, inp->inp_vflag & INP_IPV6 ? 2 : 1);
92 if (inp->inp_flags & INP_DROPPED) {
103 inp->inp_flowtype = M_HASHTYPE_OPAQUE;
104 inp->inp_flowid = tid;
107 INP_WUNLOCK(inp);
116 struct inpcb *inp = toep->inp; local
241 struct inpcb *inp = sotoinpcb(so); local
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesni-x86.pl92 $inp="esi";
192 # void $PREFIX_encrypt (const void *inp,void *out,const AES_KEY *key);
211 # void $PREFIX_decrypt (const void *inp,void *out,const AES_KEY *key);
433 &mov ($inp,&wparam(0));
449 &movdqu ($inout0,&QWP(0,$inp));
450 &movdqu ($inout1,&QWP(0x10,$inp));
451 &movdqu ($inout2,&QWP(0x20,$inp));
452 &movdqu ($inout3,&QWP(0x30,$inp));
453 &movdqu ($inout4,&QWP(0x40,$inp));
454 &movdqu ($inout5,&QWP(0x50,$inp));
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dwhrlpool.h49 const void *inp, size_t bytes);
51 const void *inp, size_t bits);
53 OSSL_DEPRECATEDIN_3_0 unsigned char *WHIRLPOOL(const void *inp, size_t bytes,
/freebsd-current/sys/kern/
H A Dsubr_scanf.c103 vsscanf(const char *inp, char const *fmt0, va_list ap) argument
125 inr = strlen(inp);
137 while (inr > 0 && isspace(*inp))
138 nread++, inr--, inp++;
155 if (*inp != c)
157 inr--, inp++;
289 while (isspace(*inp)) {
292 inp++;
317 inp += n;
324 inp
[all...]
H A Duipc_ktls.c407 struct inpcb *inp; local
413 inp = sotoinpcb(so);
415 cpuid = rss_hash2cpuid(inp->inp_flowid, inp->inp_flowtype);
426 if (ktls_bind_threads > 1 && inp->inp_numa_domain != M_NODOM) {
427 di = &ktls_domains[inp->inp_numa_domain];
428 cpuid = di->cpu[inp->inp_flowid % di->count];
431 cpuid = ktls_cpuid_lookup[inp->inp_flowid % ktls_number_threads];
710 tls->inp = so->so_pcb;
711 in_pcbref(tls->inp);
871 struct inpcb *inp; local
918 ktls_alloc_snd_tag(struct inpcb *inp, struct ktls_session *tls, bool force, struct m_snd_tag **mstp) argument
1016 ktls_alloc_rcv_tag(struct inpcb *inp, struct ktls_session *tls, struct m_snd_tag **mstp) argument
1357 struct inpcb *inp; local
1475 ktls_get_rx_sequence(struct inpcb *inp, uint32_t *tcpseq, uint64_t *tlsseq) argument
1531 struct inpcb *inp; local
1655 struct inpcb *inp; local
1744 struct inpcb *inp; local
1845 ktls_output_eagain(struct inpcb *inp, struct ktls_session *tls) argument
1910 struct inpcb *inp; local
2432 struct inpcb *inp; local
2470 struct inpcb *inp = sotoinpcb(so); local
3329 struct inpcb *inp; local
3385 struct inpcb *inp; local
[all...]
/freebsd-current/sys/crypto/openssl/
H A Dossl_poly1305.h18 typedef void (*poly1305_blocks_f) (void *ctx, const unsigned char *inp,
39 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
/freebsd-current/crypto/openssl/crypto/whrlpool/
H A Dwp_dgst.c79 const unsigned char *inp = _inp; local
82 WHIRLPOOL_BitUpdate(c, inp, chunk * 8);
84 inp += chunk;
87 WHIRLPOOL_BitUpdate(c, inp, bytes * 8);
97 const unsigned char *inp = _inp; local
117 whirlpool_block(c, inp, n);
118 inp += n * WHIRLPOOL_BBLOCK / 8;
127 memcpy(c->data + byteoff, inp, bitrem);
128 inp += bitrem;
132 memcpy(c->data + byteoff, inp, bit
253 WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) argument
[all...]
/freebsd-current/crypto/openssl/include/crypto/
H A Dpoly1305.h22 typedef void (*poly1305_blocks_f) (void *ctx, const unsigned char *inp,
43 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
H A Dchacha.h17 * ChaCha20_ctr32 encrypts |len| bytes from |inp| with the given key and
18 * nonce and writes the result to |out|, which may be equal to |inp|.
27 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
/freebsd-current/usr.bin/patch/
H A DMakefile7 SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
/freebsd-current/usr.bin/m4/
H A Dtrace.c135 print_header(struct input_file *inp) argument
139 fprintf(traceout, "%s:", inp->name);
141 fprintf(traceout, "%lu:", inp->lineno);
148 trace(const char *argv[], int argc, struct input_file *inp) argument
152 print_header(inp);
155 print_header(inp);
177 print_header(inp);
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600p8-ppc.pl378 my ($A_jagged,$inp,$len,$bsz) = map("r$_",(3..6));
491 lvdx_u v26,0,$inp
492 addi $inp,$inp,8
496 lvdx_u v26,0,$inp
497 addi $inp,$inp,8
501 lvdx_u v26,0,$inp
502 addi $inp,$inp,
[all...]

Completed in 231 milliseconds

1234567891011>>