Searched refs:inp_tmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/apr-util/crypto/
H A Dapr_md4.c211 unsigned char inp_tmp[64]; local
215 (char *)inp_tmp, &outbytes_left);
216 MD4Transform(context->state, inp_tmp);
H A Dapr_md5.c244 unsigned char inp_tmp[64]; local
247 &inbytes_left, (char *)inp_tmp,
249 MD5Transform(context->state, inp_tmp);
/freebsd-10.2-release/sys/netinet/
H A Dsctp_pcb.c2808 struct sctp_inpcb *inp, *inp_tmp; local
2940 inp_tmp = sctp_pcb_findep(addr, 0, 1, vrf_id);
2941 if (inp_tmp != NULL) {
2944 * that we are not bound so inp_tmp should
2946 * (inp_tmp) that gets the reference bump,
2949 SCTP_INP_DECR_REF(inp_tmp);
2952 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
2966 inp_tmp = sctp_pcb_findep(addr, 0, 1, vrf_id);
2967 if (inp_tmp != NULL) {
2970 * that we are not bound so inp_tmp shoul
[all...]

Completed in 35 milliseconds