Searched refs:data_ciphered (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | image-cipher.c | 151 const void *data_ciphered, size_t size_ciphered, in fit_image_decrypt_data() argument 162 ret = info.cipher->decrypt(&info, data_ciphered, size_ciphered, in fit_image_decrypt_data()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | image-host.c | 398 unsigned char *data_ciphered, int data_ciphered_len) in fit_image_write_cipher() argument 411 data_ciphered, data_ciphered_len); in fit_image_write_cipher() 436 unsigned char *data_ciphered = NULL; in fit_image_process_cipher() local 448 &data_ciphered, &data_ciphered_len); in fit_image_process_cipher() 468 data_ciphered, data_ciphered_len); in fit_image_process_cipher() 471 free(data_ciphered); in fit_image_process_cipher()
|
D | image-host.c.orig | 398 unsigned char *data_ciphered, int data_ciphered_len) 411 data_ciphered, data_ciphered_len); 436 unsigned char *data_ciphered = NULL; 448 &data_ciphered, &data_ciphered_len); 468 data_ciphered, data_ciphered_len); 471 free(data_ciphered);
|