Home
last modified time | relevance | path

Searched refs:exp_len (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dmgmt_config.c144 const u16 exp_len = sizeof(struct mgmt_tlv) + in set_def_system_config() local
148 if (buffer_left < exp_len) { in set_def_system_config()
150 buffer_left, exp_len); in set_def_system_config()
209 buffer_left -= exp_len; in set_def_system_config()
210 buffer += exp_len; in set_def_system_config()
217 const u16 exp_len = sizeof(struct mgmt_tlv) + in set_def_system_config() local
322 buffer_left -= exp_len; in set_def_system_config()
323 buffer += exp_len; in set_def_system_config()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_uart.c61 size_t exp_len; member
116 if (resp->size >= sizeof(*host_response) && resp->exp_len == 0) { in cros_ec_uart_rx_bytes()
118 resp->exp_len = host_response->data_len + sizeof(*host_response); in cros_ec_uart_rx_bytes()
122 if (resp->size >= sizeof(*host_response) && resp->size == resp->exp_len) { in cros_ec_uart_rx_bytes()
148 resp->exp_len = 0; in cros_ec_uart_pkt_xfer()
/openbmc/u-boot/drivers/crypto/
H A Daspeed_acry.c68 for (i = prop->exp_len - 1, j = 0; i >= 0; --i) { in aspeed_acry_mod_exp()
90 reg = (((prop->exp_len << 3) << ACRY_RSA_PARAM_EXP_SHIFT) & ACRY_RSA_PARAM_EXP_MASK) | in aspeed_acry_mod_exp()
/openbmc/u-boot/include/u-boot/
H A Drsa-mod-exp.h26 uint32_t exp_len; /* Exponent length in number of uint8_t */ member
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_rsa.c34 pkin.e_siz = prop->exp_len; in fsl_mod_exp()
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c78 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.e_len; in ccp_rsa_crypt()
81 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.d_len; in ccp_rsa_crypt()
H A Dccp-ops.c1890 ret = ccp_reverse_set_dm_area(&exp, 0, rsa->exp, 0, rsa->exp_len); in ccp_run_rsa_cmd()
/openbmc/linux/lib/
H A Dtest_bitmap.c106 const u32 *exp_arr, unsigned int exp_len,
110 const u32 *exp_arr, unsigned int exp_len, in __check_eq_u32_array() argument
113 if (exp_len != len) { in __check_eq_u32_array()
116 exp_len, len); in __check_eq_u32_array()
123 32, 4, exp_arr, exp_len*sizeof(*exp_arr), false); in __check_eq_u32_array()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dorinoco_usb.c946 unsigned exp_len; in ezusb_access_ltv() local
949 exp_len = le16_to_cpu(ans->hermes_len) * 2 + 12; in ezusb_access_ltv()
951 exp_len = 14; in ezusb_access_ltv()
953 if (exp_len != ctx->buf_length) { in ezusb_access_ltv()
956 ctx->in_rid, exp_len, ctx->buf_length); in ezusb_access_ltv()
962 memcpy(ans_buff, ans->data, min(exp_len, ans_size)); in ezusb_access_ltv()
/openbmc/linux/include/linux/
H A Dccp.h376 u32 exp_len; /* In bytes */ member
/openbmc/u-boot/lib/rsa/
H A Drsa-verify.c382 prop.exp_len = sizeof(uint64_t); in rsa_verify_with_keynode()
/openbmc/qemu/disas/
H A Dm68k.c71 unsigned int exp_len; member
4579 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
4734 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
4923 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
4935 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
4942 fmt->exp_len, exponent + fmt->exp_bias - 1); in floatformat_from_double()
4948 fmt->exp_len, 0); in floatformat_from_double()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c803 prop.exp_len = key_len; in calculate_cmp_img_sig()
/openbmc/linux/drivers/scsi/
H A Dlibiscsi.c178 unsigned exp_len = task->hdr_len + len; in iscsi_add_hdr() local
180 if (exp_len > task->hdr_max) { in iscsi_add_hdr()
186 task->hdr_len = exp_len; in iscsi_add_hdr()
/openbmc/u-boot/cmd/
H A Dotp.c2578 prop.exp_len = 3; in mode2_verify()
2584 prop.exp_len = 3; in mode2_verify()