Searched defs:mlen (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-11-stable/crypto/openssh/
H A Dmsg.c48 u_int mlen = sshbuf_len(m); local
H A Dssh-ed25519.c104 unsigned long long smlen = 0, mlen = 0; local
H A Ded25519.c51 crypto_sign_ed25519( unsigned char *sm,unsigned long long *smlen, const unsigned char *m,unsigned long long mlen, const unsigned char *sk ) argument
103 crypto_sign_ed25519_open( unsigned char *m,unsigned long long *mlen, const unsigned char *sm,unsigned long long smlen, const unsigned char *pk ) argument
H A Ddigest-libc.c198 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) argument
246 ssh_digest_memory(int alg, const void *m, size_t mlen, u_char *d, size_t dlen) argument
H A Dhmac.c93 ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen) argument
141 hmac_test(void *key, size_t klen, void *m, size_t mlen, u_char *e, size_t elen) argument
H A Dssh-pkcs11-client.c54 int mlen = buffer_len(m); local
/freebsd-11-stable/sys/netinet/
H A Din_cksum.c53 int mlen = 0; local
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Din_cksum.c107 int mlen = 0; local
/freebsd-11-stable/lib/libc/stdio/
H A Dvswscanf.c73 size_t mlen; local
/freebsd-11-stable/sys/sparc64/sparc64/
H A Din_cksum.c117 int mlen = 0; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Din_cksum.c61 register int mlen = 0; local
[all...]
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dlzjb.c62 int mlen = (src[0] >> (NBBY - MATCH_BITS)) + MATCH_MIN; local
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c47 u_int mlen; local
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c211 int zero_index = 0, msg_index, mlen = -1; local
H A Drsa_ssl.c117 int zero_index = 0, msg_index, mlen = -1, err; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlzjb.c58 int mlen, offset, hash; local
115 int mlen = (src[0] >> (NBBY - MATCH_BITS)) + MATCH_MIN; local
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Din_cksum.c197 int mlen = 0; local
/freebsd-11-stable/sys/amd64/amd64/
H A Din_cksum.c197 int mlen = 0; local
/freebsd-11-stable/sys/netinet6/
H A Din6_cksum.c156 int byte_swapped, mlen; local
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Din_cksum.c205 int mlen = 0; local
/freebsd-11-stable/sys/riscv/riscv/
H A Din_cksum.c197 int mlen = 0; local
/freebsd-11-stable/sys/mips/mips/
H A Din_cksum.c203 int mlen = 0; local
/freebsd-11-stable/sys/i386/i386/
H A Din_cksum.c202 int mlen = 0; local
268 int mlen local
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dpap.c121 int plen, mlen; local
/freebsd-11-stable/sys/netipsec/
H A Dipsec_mbuf.c323 int mlen; local

Completed in 331 milliseconds

12345