Searched refs:decrypt (Results 1 – 10 of 10) 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
5 This provides a means to encrypt and decrypt data using the NPCM
10 Therefore, this key is needed to decrypt the data during the
90 aes-encrypt.o aes-decrypt.o)
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
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
1729 int (*decrypt)(struct image_cipher_info *info, member
411 This provides a means to encrypt and decrypt data using the AES
2374 This provides a means to encrypt and decrypt data using the AES
Completed in 30 milliseconds