Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/darkhttpd/
H A D0001-Declare-vars-outside-of-for-loop-for-std-c90.patch23 - for (int i = 0, j = 0; i < input_length;) {
27 + for (i = 0, j = 0; i < input_length;) {
28 uint32_t octet_a = i < input_length ? (unsigned char)str[i++] : 0;
29 uint32_t octet_b = i < input_length ? (unsigned char)str[i++] : 0;
30 uint32_t octet_c = i < input_length ? (unsigned char)str[i++] : 0;
35 - for (int i = 0; i < mod_table[input_length % 3]; i++)
36 + for (i = 0; i < mod_table[input_length % 3]; i++)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool/
H A D0001-Migrate-to-openssl-1.1.patch31 printbuf(input, input_length, "encrypting this data");
46 assert((input_length % IPMI_CRYPT_AES_CBC_128_BLOCK_SIZE) == 0);
49 - if(!EVP_EncryptUpdate(&ctx, output, (int *)bytes_written, input, input_length))
50 + if(!EVP_EncryptUpdate(ctx, output, (int *)bytes_written, input, input_length))
93 printbuf(input, input_length, "decrypting this data");
99 if (input_length == 0)
115 assert((input_length % IPMI_CRYPT_AES_CBC_128_BLOCK_SIZE) == 0);
118 - if (!EVP_DecryptUpdate(&ctx, output, (int *)bytes_written, input, input_length))
119 + if (!EVP_DecryptUpdate(ctx, output, (int *)bytes_written, input, input_length))
/OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/
H A Drecord_test.c34 static int check_index(int signal, int input[], int input_length);
35 static int check_agreement(int signal, int input[], int input_length);
495 static int check_index(int signal, int input[], int input_length) in check_index() argument
505 while(i < input_length) in check_index()
522 static int check_agreement(int signal, int input[], int input_length) in check_agreement() argument
526 if(input == NULL || input_length < 40000) in check_agreement()
528 printf("error in input pcm, content : %d , length less than one frame\n", input_length); in check_agreement()
557 while( i < input_length && input_length - i > 256) in check_agreement()
H A Dvibrate_test.c34 int check_vibration(int signal, int input[], int input_length) in check_vibration() argument
46 if(input == NULL || input_length < 44800) in check_vibration()
48 printf("error in input pcm, content : %d , length less than one frame\n", input_length); in check_vibration()
61 int filesize = (input_length - 80)/sizeof(DATA_TYPE); in check_vibration()
82 while(i + FRAME_LENGTH < input_length) in check_vibration()
/OK3568_Linux_fs/buildroot/package/ipmitool/
H A D0002-ID-461-OpenSSL-1.1-compatibility-error-storage-size-.patch38 assert((input_length % IPMI_CRYPT_AES_CBC_128_BLOCK_SIZE) == 0);
41 - if(!EVP_EncryptUpdate(&ctx, output, (int *)bytes_written, input, input_length))
42 + if(!EVP_EncryptUpdate(ctx, output, (int *)bytes_written, input, input_length))
80 assert((input_length % IPMI_CRYPT_AES_CBC_128_BLOCK_SIZE) == 0);
83 - if (!EVP_DecryptUpdate(&ctx, output, (int *)bytes_written, input, input_length))
84 + if (!EVP_DecryptUpdate(ctx, output, (int *)bytes_written, input, input_length))
H A D0005-ID-480-Call-EVP_CIPHER_CTX_free-instead-of-EVP_CIPHE.patch36 printbuf(input, input_length, "encrypting this data");
93 printbuf(input, input_length, "decrypting this data");
99 if (input_length == 0)
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A 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()
/OK3568_Linux_fs/kernel/drivers/crypto/axis/
H A Dartpec6_crypto.c1830 size_t input_length; in artpec6_crypto_prepare_aead() local
1903 input_length = areq->cryptlen; in artpec6_crypto_prepare_aead()
1905 input_length -= crypto_aead_authsize(cipher); in artpec6_crypto_prepare_aead()
1912 __cpu_to_be64(8*input_length); in artpec6_crypto_prepare_aead()
1946 count = input_length; in artpec6_crypto_prepare_aead()
1951 if (!IS_ALIGNED(input_length, 16)) { in artpec6_crypto_prepare_aead()
1952 size_t crypto_pad = 16 - (input_length % 16); in artpec6_crypto_prepare_aead()
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_asrc.h396 unsigned int input_length; member
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c75 u32 input_length, u32 result_length, in safexcel_hash_token() argument
82 token[0].packet_length = input_length; in safexcel_hash_token()
85 input_length &= 15; in safexcel_hash_token()
86 if (unlikely(cbcmac && input_length)) { in safexcel_hash_token()
89 token[1].packet_length = 16 - input_length; in safexcel_hash_token()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc.h9407 u8 input_length[0x20]; member