Searched defs:input_len (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/mwifiex/
H A Die.c85 s16 input_len, tlv_len; local
89 input_len = le16_to_cpu(ie_list->len);
94 while (input_len >= sizeof(struct mwifiex_ie_types_header)) {
99 if (input_len < tlv_len + MWIFIEX_IE_HDR_SIZE)
137 input_len -= tlv_len + MWIFIEX_IE_HDR_SIZE;
/drivers/crypto/ccp/
H A Dccp-ops.c100 u32 input_len; member in struct:ccp_rsa_op
357 cr[1] = op->u.rsa.input_len - 1;
1647 op.u.rsa.input_len = i_len;

Completed in 68 milliseconds