Home
last modified time | relevance | path

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

/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()
471 data->input_length = sizeof(data->input_string) - 1; in pem_probe()
479 data->input_length = sizeof(data->input_string); in pem_probe()
482 if (data->input_length) in pem_probe()
/drivers/crypto/axis/
Dartpec6_crypto.c1836 size_t input_length; in artpec6_crypto_prepare_aead() local
1909 input_length = areq->cryptlen; in artpec6_crypto_prepare_aead()
1911 input_length -= crypto_aead_authsize(cipher); in artpec6_crypto_prepare_aead()
1918 __cpu_to_be64(8*input_length); in artpec6_crypto_prepare_aead()
1952 count = input_length; in artpec6_crypto_prepare_aead()
1957 if (!IS_ALIGNED(input_length, 16)) { in artpec6_crypto_prepare_aead()
1958 size_t crypto_pad = 16 - (input_length % 16); in artpec6_crypto_prepare_aead()
/drivers/crypto/inside-secure/
Dsafexcel_hash.c60 u32 input_length, u32 result_length) in safexcel_hash_token() argument
66 token[0].packet_length = input_length; in safexcel_hash_token()