Searched refs:inlen (Results 201 - 211 of 211) sorted by relevance

123456789

/freebsd-current/sys/dev/mlx5/
H A Ddevice.h448 __be32 inlen; member in struct:mlx5_cmd_layout
/freebsd-current/crypto/openssl/test/
H A Dsslapitest.c4155 unsigned int inlen, void *arg)
4160 for (prot = in; prot < in + inlen; prot += protlen) {
4162 if (in + inlen < prot + protlen)
5752 size_t inlen, int *al, void *parse_arg)
5762 || inlen != sizeof(char)
5798 const unsigned char *in, size_t inlen, X509 *x,
5809 || inlen != sizeof(char) || *in != 1)
6100 size_t inlen, X509 *x,
6107 *p_cb_result = TEST_mem_eq(in, inlen, si, 3);
4153 alpn_select_cb(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) argument
5751 old_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *parse_arg) argument
5797 new_parse_cb(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char *in, size_t inlen, X509 *x, size_t chainidx, int *al, void *parse_arg) argument
6097 serverinfo_custom_parse_cb(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char *in, size_t inlen, X509 *x, size_t chainidx, int *al, void *parse_arg) argument
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c1440 int inlen = MLX5_ST_SZ_BYTES(create_flow_group_in); local
1451 in = mlx5_vzalloc(inlen);
H A Dmlx5_cmd.c891 lay->inlen = cpu_to_be32(ent->uin_size);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c138 size_t inlen = strlen(name) + 1; local
142 (void) u8_textprep_str((char *)name, &inlen, namenorm, &outlen,
/freebsd-current/sys/dev/hpt27xx/
H A Dhptintf.h2143 int hpt_i2c_transaction(HPT_U8 *indata, HPT_U32 inlen, HPT_U8 *outdata, HPT_U32 outlen, HPT_U32 *poutlen);
/freebsd-current/sys/dev/hptnr/
H A Dhptintf.h2139 int hpt_i2c_transaction(HPT_U8 *indata, HPT_U32 inlen, HPT_U8 *outdata, HPT_U32 outlen, HPT_U32 *poutlen);
/freebsd-current/crypto/openssl/include/openssl/
H A Dasn1.h1013 const unsigned char *in, int inlen,
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c195 udata->inlen))) {
482 if (udata->inlen || udata->outlen)
1766 min(sizeof(ureq), udata->inlen))) {
/freebsd-current/crypto/openssl/ssl/
H A Dssl_local.h1085 * inlen: the length of |in|.
1091 unsigned int inlen, void *arg);
/freebsd-current/sys/ofed/include/rdma/
H A Dib_verbs.h1424 size_t inlen; member in struct:ib_udata

Completed in 206 milliseconds

123456789