Searched refs:input_length (Results 1 – 4 of 4) sorted by relevance
121 int input_length; member170 if (data->input_length) { in pem_update_device()173 data->input_length); in pem_update_device()470 data->input_length = sizeof(data->input_string) - 1; in pem_probe()478 data->input_length = sizeof(data->input_string); in pem_probe()481 if (data->input_length) in pem_probe()
145 size_t input_length, u8 *output, size_t output_length) in msi_wmi_platform_query() argument149 .length = input_length, in msi_wmi_platform_query()156 if (!input_length || !output_length) in msi_wmi_platform_query()
1835 size_t input_length; in artpec6_crypto_prepare_aead() local1908 input_length = areq->cryptlen; in artpec6_crypto_prepare_aead()1910 input_length -= crypto_aead_authsize(cipher); in artpec6_crypto_prepare_aead()1917 __cpu_to_be64(8*input_length); in artpec6_crypto_prepare_aead()1951 count = input_length; in artpec6_crypto_prepare_aead()1956 if (!IS_ALIGNED(input_length, 16)) { in artpec6_crypto_prepare_aead()1957 size_t crypto_pad = 16 - (input_length % 16); in artpec6_crypto_prepare_aead()
11219 u8 input_length[0x20]; member