Home
last modified time | relevance | path

Searched refs:comp_len (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c208 struct hn_nvs_sendctx *sndc, size_t *comp_len) in hn_rndis_xact_exec1() argument
250 return (vmbus_chan_xact_wait(sc->hn_prichan, xact, comp_len, in hn_rndis_xact_exec1()
259 size_t comp_len, min_complen = *comp_len0; in hn_rndis_xact_execute() local
269 &comp_len); in hn_rndis_xact_execute()
276 if (comp_len < min_complen) { in hn_rndis_xact_execute()
277 if (comp_len >= sizeof(*comp)) { in hn_rndis_xact_execute()
280 "status 0x%08x\n", comp_len, comp->rm_status); in hn_rndis_xact_execute()
283 comp_len); in hn_rndis_xact_execute()
303 *comp_len0 = comp_len; in hn_rndis_xact_execute()
323 size_t reqlen, odlen = *odlen0, comp_len; in hn_rndis_query2() local
[all …]
/freebsd/crypto/libecc/src/curves/
H A Dcurves.c29 u8 comp_len, name_len; in ec_get_curve_params_by_name() local
45 comp_len = (u8)len; in ec_get_curve_params_by_name()
46 MUST_HAVE(((comp_len + 1) == ec_name_len), ret, err); in ec_get_curve_params_by_name()
136 u8 name_len, comp_len; in ec_get_curve_type_by_name() local
153 comp_len = (u8)len; in ec_get_curve_type_by_name()
154 MUST_HAVE(((comp_len + 1) == ec_name_len), ret, err); in ec_get_curve_type_by_name()
/freebsd/crypto/openssl/test/
H A Dcert_comp_test.c92 size_t comp_len = 0; in ssl_comp_cert() local
96 if (!TEST_size_t_gt(comp_len = SSL_get1_compressed_cert(ssl, alg, &comp_data, &orig_len), 0)) in ssl_comp_cert()
99 if (!TEST_true(SSL_set1_compressed_cert(ssl, alg, comp_data, comp_len, orig_len))) in ssl_comp_cert()
/freebsd/crypto/openssl/ssl/
H A Dssl_cert_comp.c306 size_t comp_len = 0; in ssl_get_compressed_cert() local
327 comp_len = comp_cert->len; in ssl_get_compressed_cert()
333 return comp_len; in ssl_get_compressed_cert()
/freebsd/crypto/heimdal/lib/krb5/
H A Dprincipal.c750 size_t comp_len) in append_component() argument
762 princ_ncomp(p, len) = malloc(comp_len + 1); in append_component()
768 memcpy (princ_ncomp(p, len), comp, comp_len); in append_component()
769 princ_ncomp(p, len)[comp_len] = '\0'; in append_component()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_comp.h340 uint32_t comp_len; member
/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_dp.c461 pCurrentQatMsg->comp_pars.comp_len = pOpData->bufferLenToCompress; in dcDpWriteRingMsg()
H A Ddc_datapath.c738 pCompReqParams->comp_len = pCookie->srcTotalDataLenInBytes; in dcCompRequestParamsPopulate()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c3873 int comp_len; in tls_construct_client_compressed_certificate() local
3921 comp_len = COMP_compress_block(comp, WPACKET_get_curr(pkt), max_length, in tls_construct_client_compressed_certificate()
3923 if (comp_len <= 0) in tls_construct_client_compressed_certificate()
3926 if (!WPACKET_allocate_bytes(pkt, comp_len, NULL) in tls_construct_client_compressed_certificate()
/freebsd/contrib/jemalloc/src/
H A Dprof.c280 unsigned comp_len = (a_len < b_len) ? a_len : b_len; rb_gen() local
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py4364 comp_len = lzc.MAXNAMELEN - len(self._name)
4365 if comp_len > 0:
4366 return b'x' * comp_len