Home
last modified time | relevance | path

Searched defs:tlen (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd-src/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c28 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1()
53 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1()
122 int tlen, const unsigned char *from, in ossl_rsa_padding_add_PKCS1_type_2_ex()
161 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2()
167 int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_2()
298 unsigned char *to, size_t tlen, in ossl_rsa_padding_check_PKCS1_type_2_TLS()
H A Drsa_none.c20 int RSA_padding_add_none(unsigned char *to, int tlen, in RSA_padding_add_none()
37 int RSA_padding_check_none(unsigned char *to, int tlen, in RSA_padding_check_none()
H A Drsa_oaep.c39 int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP() argument
55 unsigned char *to, int tlen, in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex() argument
141 int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP_mgf1() argument
150 int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP() argument
158 int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP_mgf1() argument
[all...]
H A Drsa_x931.c22 int RSA_padding_add_X931(unsigned char *to, int tlen, in RSA_padding_add_X931()
59 int RSA_padding_check_X931(unsigned char *to, int tlen, in RSA_padding_check_X931()
/freebsd-src/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c139 int32_t tlen; in ctf_get_enet_type() local
361 int32_t retval, nxt_pkt, tlen, off; in ctf_process_inbound_raw() local
525 ctf_do_dropwithreset(struct mbuf * m,struct tcpcb * tp,struct tcphdr * th,int32_t rstreason,int32_t tlen) ctf_do_dropwithreset() argument
578 int32_t tlen; _ctf_drop_checks() local
680 __ctf_do_dropafterack(struct mbuf * m,struct tcpcb * tp,struct tcphdr * th,int32_t thflags,int32_t tlen,int32_t * ret_val,uint32_t * ts,uint32_t * cnt) __ctf_do_dropafterack() argument
852 ctf_ts_check(struct mbuf * m,struct tcphdr * th,struct tcpcb * tp,int32_t tlen,int32_t thflags,int32_t * ret_val) ctf_ts_check() argument
926 ctf_do_dropwithreset_conn(struct mbuf * m,struct tcpcb * tp,struct tcphdr * th,int32_t rstreason,int32_t tlen) ctf_do_dropwithreset_conn() argument
[all...]
/freebsd-src/contrib/bearssl/src/rsa/
H A Drsa_i15_keygen.c126 uint16_t *t, size_t tlen) in miller_rabin()
222 uint32_t pubexp, uint16_t *t, size_t tlen) in mkprime()
443 size_t plen, qlen, tlen; in br_rsa_i15_keygen() local
H A Drsa_i31_keygen_inner.c128 uint32_t *t, size_t tlen, br_i31_modpow_opt_type mp31) in miller_rabin()
236 uint32_t pubexp, uint32_t *t, size_t tlen, br_i31_modpow_opt_type mp31) in mkprime()
464 size_t plen, qlen, tlen; in br_rsa_i31_keygen_inner() local
H A Drsa_i31_modulus.c34 size_t nlen, plen, qlen, tlen; in br_rsa_i31_compute_modulus() local
H A Drsa_i15_modulus.c34 size_t nlen, plen, qlen, tlen; in br_rsa_i15_compute_modulus() local
/freebsd-src/contrib/ntp/libntp/
H A Dnumtoa.c48 size_t tlen; in refid_str() local
/freebsd-src/contrib/nvi/common/
H A Ddelete.c35 size_t blen, len, nlen, tlen; in del() local
/freebsd-src/contrib/nvi/ex/
H A Dex_join.c35 size_t blen, clen, len, tlen; in ex_join() local
H A Dex_script.c300 size_t blen, len, last_len, tlen; in sscr_exec() local
427 size_t blen, len, tlen; in sscr_insert() local
/freebsd-src/sys/netinet/
H A Dtcp_timewait.c157 struct mbuf *m, int tlen) in tcp_twcheck()
H A Dtcp_input.c506 DELAY_ACK(tp,tlen) global() argument
619 int tlen = 0, off; tcp_input_with_port() local
1474 tcp_autorcvbuf(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,int tlen) tcp_autorcvbuf() argument
1520 tcp_do_segment(struct tcpcb * tp,struct mbuf * m,struct tcphdr * th,int drop_hdrlen,int tlen,uint8_t iptos) tcp_do_segment() argument
3438 tcp_dropwithreset(struct mbuf * m,struct tcphdr * th,struct tcpcb * tp,int tlen,int rstreason) tcp_dropwithreset() argument
[all...]
/freebsd-src/crypto/openssl/test/
H A Dmdc2test.c53 size_t tlen = strlen(text), i = 0; in test_mdc2() local
/freebsd-src/contrib/bearssl/src/int/
H A Di15_decmod.c55 size_t mlen, tlen; in br_i15_decode_mod() local
H A Di31_decmod.c55 size_t mlen, tlen; in br_i31_decode_mod() local
/freebsd-src/sys/netinet/libalias/
H A Dalias_ftp.c223 int hlen, tlen, dlen, pflags; in AliasHandleFtpOut() local
283 int hlen, tlen, dlen, pflags; in AliasHandleFtpIn() local
654 int slen, hlen, tlen, dlen; NewFtpMessage() local
[all...]
/freebsd-src/usr.sbin/fwcontrol/
H A Dfwdv.c100 int len, tlen, npad, fd, k, m, vec, system = -1, nb; in dvrecv() local
258 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; in dvsend() local
H A Dfwmpegts.c157 int fd, k, len, m, pkt_size, startwr, tlen; in mpegtsrecv() local
/freebsd-src/libexec/bootpd/tools/bootpef/
H A Dbootpef.c222 unsigned int tlen, hashcode; in main() local
/freebsd-src/contrib/nvi/cl/
H A Dcl_term.c209 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_fmap()
225 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_pfmap()
/freebsd-src/contrib/tcpdump/
H A Dprint-lwapp.c173 u_int tlen; lwapp_control_print() local
306 u_int tlen; lwapp_data_print() local
[all...]
/freebsd-src/contrib/bearssl/src/kdf/
H A Dhkdf.c72 size_t tlen; in br_hkdf_produce() local

123456