Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
Dimage-cipher.c151 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/
Dimage-host.c398 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()
Dimage-host.c.orig398 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);