/
niceSOFT
/
ipxe
Обзор
Документация
Войти
/
niceSOFT
/
ipxe
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/usr/imgcrypt.h
17 строк
289 B
Michael Brown
[image] Add the "imgdecrypt" command
29 авг 2024, 17:11
29 авг 2024, 17:11
72316b8
Код
Авторство
О чём код?
#ifndef _USR_IMGCRYPT_H #define _USR_IMGCRYPT_H /** @file * * Image encryption management * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <ipxe/image.h> extern int imgdecrypt ( struct image *image, struct image *envelope, const char *name ); #endif /* _USR_IMGCRYPT_H */