Searched refs:exp_len (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/bluetooth/
H A Dmgmt_config.c144 const u16 exp_len = sizeof(struct mgmt_tlv) + local
148 if (buffer_left < exp_len) {
150 buffer_left, exp_len);
209 buffer_left -= exp_len;
210 buffer += exp_len;
217 const u16 exp_len = sizeof(struct mgmt_tlv) + local
322 buffer_left -= exp_len;
323 buffer += exp_len;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_uart.c50 * @exp_len: Expected bytes of response from EC including header.
61 size_t exp_len; member in struct:response_info
114 /* Read data_len if we received response header and if exp_len was not read before. */
115 if (resp->size >= sizeof(*host_response) && resp->exp_len == 0) {
117 resp->exp_len = host_response->data_len + sizeof(*host_response);
121 if (resp->size >= sizeof(*host_response) && resp->size == resp->exp_len) {
147 resp->exp_len = 0;
/linux-master/drivers/iio/test/
H A Diio-test-gts.c391 int exp_len = ARRAY_SIZE(gains) * 2; local
393 KUNIT_EXPECT_EQ(test, exp_len, len);
394 if (len != exp_len)
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c78 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.e_len;
81 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.d_len;
H A Dccp-ops.c1890 ret = ccp_reverse_set_dm_area(&exp, 0, rsa->exp, 0, rsa->exp_len);
/linux-master/lib/
H A Dtest_bitmap.c106 const u32 *exp_arr, unsigned int exp_len,
110 const u32 *exp_arr, unsigned int exp_len,
113 if (exp_len != len) {
116 exp_len, len);
123 32, 4, exp_arr, exp_len*sizeof(*exp_arr), false);
109 __check_eq_u32_array(const char *srcfile, unsigned int line, const u32 *exp_arr, unsigned int exp_len, const u32 *arr, unsigned int len) argument
/linux-master/include/linux/
H A Dccp.h362 * @exp_len: length in bytes of exponent
370 * - key_size, exp, exp_len, mod, mod_len, src, dst, src_len
376 u32 exp_len; /* In bytes */ member in struct:ccp_rsa_engine
/linux-master/drivers/scsi/
H A Dlibiscsi.c178 unsigned exp_len = task->hdr_len + len; local
180 if (exp_len > task->hdr_max) {
186 task->hdr_len = exp_len;

Completed in 137 milliseconds