Home
last modified time | relevance | path

Searched refs:input_length (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/hwmon/
Dlineage-pem.c121 int input_length; member
170 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()
/linux-6.1.9/drivers/crypto/axis/
Dartpec6_crypto.c1831 size_t input_length; in artpec6_crypto_prepare_aead() local
1904 input_length = areq->cryptlen; in artpec6_crypto_prepare_aead()
1906 input_length -= crypto_aead_authsize(cipher); in artpec6_crypto_prepare_aead()
1913 __cpu_to_be64(8*input_length); in artpec6_crypto_prepare_aead()
1947 count = input_length; in artpec6_crypto_prepare_aead()
1952 if (!IS_ALIGNED(input_length, 16)) { in artpec6_crypto_prepare_aead()
1953 size_t crypto_pad = 16 - (input_length % 16); in artpec6_crypto_prepare_aead()
/linux-6.1.9/sound/soc/fsl/
Dfsl_asrc.h396 unsigned int input_length; member
/linux-6.1.9/drivers/crypto/inside-secure/
Dsafexcel_hash.c76 u32 input_length, u32 result_length, in safexcel_hash_token() argument
83 token[0].packet_length = input_length; in safexcel_hash_token()
86 input_length &= 15; in safexcel_hash_token()
87 if (unlikely(cbcmac && input_length)) { in safexcel_hash_token()
90 token[1].packet_length = 16 - input_length; in safexcel_hash_token()
/linux-6.1.9/include/linux/mlx5/
Dmlx5_ifc.h10172 u8 input_length[0x20]; member