Home
last modified time | relevance | path

Searched defs:max_len (Results 126 - 150 of 480) sorted by relevance

12345678910>>...20

/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c302 expand_metadata(lws_ss_handle_t *h, const char* str, const char* post, size_t max_len) in expand_metadata() argument
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dseed_src.c177 seed_get_seed(void *vseed, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance, const unsigned char *adin, size_t adin_len) seed_get_seed() argument
H A Dcrngt.c102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
H A Dtest_rng.c230 test_rng_get_seed(void *vtest, unsigned char **pout, int entropy, size_t min_len, size_t max_len, ossl_unused int prediction_resistance, ossl_unused const unsigned char *adin, ossl_unused size_t adin_len) test_rng_get_seed() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_mult.c426 size_t max_len = 0; in ossl_ec_wNAF_mul() local
/third_party/openssl/crypto/ec/
H A Dec_mult.c426 size_t max_len = 0; in ossl_ec_wNAF_mul() local
/third_party/skia/src/gpu/tessellate/
H A DWangsFormula.h221 const float max_len = sqrtf(std::max(dot(p0, p0), std::max(dot(p1, p1), dot(p2, p2)))); in conic_pow2() local
/third_party/openssl/providers/implementations/rands/
H A Dcrngt.c102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
H A Dtest_rng.c230 test_rng_get_seed(void *vtest, unsigned char **pout, int entropy, size_t min_len, size_t max_len, ossl_unused int prediction_resistance, ossl_unused const unsigned char *adin, ossl_unused size_t adin_len) test_rng_get_seed() argument
H A Dseed_src.c177 seed_get_seed(void *vseed, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance, const unsigned char *adin, size_t adin_len) seed_get_seed() argument
/third_party/skia/tests/
H A DWangsFormulaTest.cpp61 float max_len = 0; in wangs_formula_conic_reference_impl() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_sd.c428 size_t max_len; in p2p_sd_response() local
626 size_t frag_len, max_len; in p2p_rx_gas_comeback_req() local
H A Dp2p_utils.c459 p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, unsigned int max_len) p2p_channels_to_freqs() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Djson.c68 size_t max_len, buf_len; in json_parse_string() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_sd.c428 size_t max_len; in p2p_sd_response() local
626 size_t frag_len, max_len; in p2p_rx_gas_comeback_req() local
H A Dp2p_utils.c477 p2p_channels_to_freqs(const struct p2p_channels *channels, int *freq_list, unsigned int max_len) p2p_channels_to_freqs() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Djson.c68 size_t max_len, buf_len; in json_parse_string() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ie.c1149 wpa_auth_write_assoc_resp_owe(struct wpa_state_machine *sm, u8 *pos, size_t max_len, const u8 *req_ies, size_t req_ies_len) wpa_auth_write_assoc_resp_owe() argument
1182 wpa_auth_write_assoc_resp_fils(struct wpa_state_machine *sm, u8 *pos, size_t max_len, const u8 *req_ies, size_t req_ies_len) wpa_auth_write_assoc_resp_fils() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/
H A Dcmpi_log.c52 hi_u32 max_len; /* the max length of ring buffer */ member
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint.c411 u16 max_len = DABR_MAX_LEN; in hw_breakpoint_validate_len() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c355 int i, max_len, first_word, last_word; in ixgb_get_eeprom() local
403 int max_len, first_word, last_word; in ixgb_set_eeprom() local
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dcgroup_util.c20 static ssize_t read_text(const char *path, char *buf, size_t max_len) in read_text() argument
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c422 int cur_len = 0, max_len = 0, end_of_len = 0; in sdmmc_dlyb_phase_tuning() local
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c49 unsigned int max_len; member
62 nfp_ccm_mbox_msg_init(struct sk_buff *skb, unsigned int exp_reply, int max_len) in nfp_ccm_mbox_msg_init() argument
470 unsigned int max_len; in nfp_ccm_mbox_msg_prepare() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Drx.c397 unsigned max_len = rx_buf->len - efx->type->rx_buffer_padding; in ef4_rx_packet__check_len() local

Completed in 22 milliseconds

12345678910>>...20