Searched refs:decrypt (Results 1 – 9 of 9) sorted by relevance
28 .decrypt = image_aes_decrypt,39 .decrypt = image_aes_decrypt,50 .decrypt = image_aes_decrypt,171 ret = info.cipher->decrypt(&info, data_ciphered, size_ciphered, in fit_image_decrypt_data()
5 obj-$(CONFIG_$(SPL_)FIT_CIPHER) += aes-decrypt.o
10 Therefore, this key is needed to decrypt the data during the
74 aes-encrypt.o aes-decrypt.o)
24 AHAB is able to decrypt image containers by calling SECO authentication58 decrypt an image. The DEK blob is used as a security layer to wrap and store
11 to authenticate and/or decrypt the program image by using cryptography124 (DEK) when encrypting an image. This key is used in both encrypt and decrypt
1498 int (*decrypt)(struct image_cipher_info *info, member
292 This provides a means to encrypt and decrypt data using the AES
1955 This provides a means to encrypt and decrypt data using the AES
Completed in 15 milliseconds