Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-cipher.c160 const void *data_ciphered, size_t size_ciphered, in fit_image_decrypt_data() argument
171 ret = info.cipher->decrypt(&info, data_ciphered, size_ciphered, in fit_image_decrypt_data()
/u-boot/tools/
A Dimage-host.c434 unsigned char *data_ciphered, int data_ciphered_len) in fit_image_write_cipher() argument
440 data_ciphered, data_ciphered_len); in fit_image_write_cipher()
472 unsigned char *data_ciphered = NULL; in fit_image_process_cipher() local
484 &data_ciphered, &data_ciphered_len); in fit_image_process_cipher()
505 data_ciphered, data_ciphered_len); in fit_image_process_cipher()
508 free(data_ciphered); in fit_image_process_cipher()

Completed in 4 milliseconds