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

123456789

/freebsd-current/crypto/openssl/crypto/ec/curve448/
H A Deddsa.c24 const uint8_t *in, size_t inlen,
39 || !EVP_DigestUpdate(hashctx, in, inlen)
23 oneshot_hash(OSSL_LIB_CTX *ctx, uint8_t *out, size_t outlen, const uint8_t *in, size_t inlen, const char *propq) argument
/freebsd-current/crypto/openssl/test/
H A Ddtlsv1listentest.c239 unsigned int inlen; member in struct:__anon98
314 if (!TEST_ptr(inbio = BIO_new_mem_buf((char *)tp->in, tp->inlen)))
H A Devp_extra_test.c2258 size_t inlen, len = 0, shortlen = 1; local
2269 inlen = strlen(keys[tst].pub);
2277 inlen);
2282 inlen);
2288 inlen = strlen(keys[tst].priv);
2295 inlen);
2300 inlen);
2308 || !TEST_true(len == inlen))
2323 || !TEST_mem_eq(in, inlen, buf, len))
3706 size_t inlen; member in struct:__anon102
3930 size_t inlen; member in struct:__anon103
4397 custom_pmeth_sign(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) argument
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A De_aes.c1232 size_t inlen; local
1243 inlen = len;
1244 while (n && inlen) {
1248 --inlen;
3589 const unsigned char *in, size_t inlen)
3599 if (!inlen)
3602 if (!EVP_CIPHER_CTX_is_encrypting(ctx) && (inlen < 16 || inlen & 0x7))
3605 if (!pad && inlen & 0x7)
3607 if (ossl_is_partially_overlapping(out, in, inlen)) {
3588 aes_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inlen) argument
[all...]
/freebsd-current/crypto/openssl/ssl/statem/
H A Dextensions_cust.c61 size_t inlen, X509 *x, size_t chainidx,
70 return parse_cb_wrap->parse_cb(s, ext_type, in, inlen, al,
58 custom_ext_parse_old_cb_wrap(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/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h359 const unsigned char **in, size_t *inlen);
362 const unsigned char **in, size_t *inlen);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_device.c36 if (attrs->ucore.inlen < method_elm->req_size ||
H A Duverbs.h68 udata->inlen = ilen;
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_utl.c36 static int ipv6_hex(unsigned char *out, const char *in, int inlen);
1289 static int ipv6_hex(unsigned char *out, const char *in, int inlen) argument
1295 if (inlen > 4)
1297 while (inlen--) {
/freebsd-current/crypto/openssl/ssl/
H A Dssl_rsa.c583 size_t inlen, X509 *x, size_t chainidx,
587 if (inlen != 0) {
597 size_t inlen, int *al, void *arg)
599 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al,
580 serverinfoex_srv_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 *arg) argument
595 serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c168 int inlen; local
171 inlen = MLX5_ST_SZ_BYTES(query_sq_out);
172 out = mlx5_vzalloc(inlen);
356 int inlen; local
359 inlen = MLX5_ST_SZ_BYTES(modify_sq_in);
360 in = mlx5_vzalloc(inlen);
372 err = mlx5_core_modify_sq(mdev, in, inlen);
/freebsd-current/crypto/openssl/apps/
H A Ds_client.c249 const unsigned char *in, unsigned int inlen,
258 for (i = 0; i < inlen;) {
268 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len);
274 const unsigned char *in, size_t inlen,
281 inlen &= 0xffff; /* for formal memcmpy correctness */
284 ext_buf[2] = (unsigned char)(inlen >> 8);
285 ext_buf[3] = (unsigned char)(inlen);
286 memcpy(ext_buf + 4, in, inlen);
290 PEM_write_bio(bio_c_out, pem_name, "", ext_buf, 4 + inlen);
248 next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) argument
273 serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
/freebsd-current/sys/dev/irdma/
H A Dirdma_verbs.c53 if (udata->inlen || udata->outlen)
391 min(sizeof(req), udata->inlen));
812 if ((udata->inlen && udata->inlen < IRDMA_MODIFY_QP_MIN_REQ_LEN) ||
1050 if (udata && udata->inlen) {
1052 min(sizeof(ureq), udata->inlen)))
1167 if ((udata->inlen && udata->inlen < IRDMA_MODIFY_QP_MIN_REQ_LEN) ||
1257 if (udata && udata->inlen) {
1259 min(sizeof(ureq), udata->inlen)))
[all...]
H A Dirdma_kcompat.c182 if (udata->inlen < IRDMA_ALLOC_UCTX_MIN_REQ_LEN ||
186 if (ib_copy_from_udata(&req, udata, min(sizeof(req), udata->inlen)))
700 if (udata && (udata->inlen < IRDMA_CREATE_QP_MIN_REQ_LEN ||
955 if (udata && (udata->inlen < IRDMA_CREATE_CQ_MIN_REQ_LEN ||
994 min(sizeof(req), udata->inlen))) {
/freebsd-current/crypto/openssl/include/openssl/
H A Dpkcs12.h223 const unsigned char *in, int inlen,
228 const unsigned char *in, int inlen,
H A Dcore_dispatch.h787 size_t inlen))
794 size_t inlen))
830 const unsigned char *in, size_t inlen))
/freebsd-current/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c541 buf_gzip(const char *in, size_t inlen, char *out, size_t *outlen) argument
545 .avail_in = inlen,
/freebsd-current/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c1921 u8_textprep_str(char *inarray, size_t *inlen, char *outarray, size_t *outlen, argument
1961 if (inarray == NULL || *inlen == 0)
1971 ibtail = ib + *inlen;
2135 *inlen = ibtail - ib;
/freebsd-current/crypto/openssh/
H A Dsntrup761.c686 static void Hash_prefix(unsigned char *out,int b,const unsigned char *in,int inlen) argument
688 unsigned char x[inlen+1];
693 for (i = 0;i < inlen;++i) x[i+1] = in[i];
694 crypto_hash_sha512(h,x,inlen+1);
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_kmeth.c156 void *(*KDF) (const void *in, size_t inlen, void *out,
154 ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, const EC_KEY *eckey, void *(*KDF) (const void *in, size_t inlen, void *out, size_t *outlen)) argument
/freebsd-current/crypto/openssl/test/helpers/
H A Dhandshake.c394 const unsigned char *in, unsigned int inlen,
400 ret = SSL_select_next_proto(out, outlen, in, inlen,
426 unsigned int inlen, void *arg)
441 ctx_data->alpn_protocols_len, in, inlen);
393 client_npn_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) argument
424 server_alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) argument
/freebsd-current/sys/dev/ice/
H A Dice_nvm.c100 u32 inlen = *length; local
109 if (read_shadow_ram && ((offset + inlen) > (hw->flash.sr_words * 2u))) {
124 inlen - bytes_read);
126 last_cmd = !(bytes_read + read_size < inlen);
/freebsd-current/contrib/sendmail/src/
H A Dsrvrsmtp.c1012 unsigned int inlen, out2len; local
1792 strlen(inp), &inlen);
1812 SET_AUTH_USER_TMP(in, inlen);
1813 result = sasl_server_step(conn, in, inlen,
2188 inlen = 0;
2196 strlen(q), &inlen);
2200 &inlen);
2218 inlen = 0;
2221 SET_AUTH_USER_TMP(in, inlen);
2226 inlen
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c38 int inlen = MLX5_ST_SZ_BYTES(access_register_in) + size_in; local
44 in = mlx5_vzalloc(inlen);
57 err = mlx5_cmd_exec(dev, in, inlen, out, outlen);
861 int inlen)
868 return mlx5_core_access_reg(mdev, in, inlen, out, sizeof(out),
860 mlx5_set_port_qetcr_reg(struct mlx5_core_dev *mdev, u32 *in, int inlen) argument
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c659 if (uhw->inlen && !ib_is_udata_cleared(uhw, 0, uhw->inlen))
1279 if (udata->inlen == sizeof(struct mlx5_ib_alloc_ucontext_req))
1281 else if (udata->inlen >= min_req_v2)
1286 err = ib_copy_from_udata(&req, udata, min(udata->inlen, sizeof(req)));
2378 if (udata && udata->inlen) {
2380 if (udata->inlen < min_ucmd_sz)
2394 if (udata->inlen > required_ucmd_sz &&
2396 udata->inlen - required_ucmd_sz))
2739 struct ib_udata uhw = {.inlen
[all...]

Completed in 260 milliseconds

123456789