struct golan_eq_context ctx
#define assert(condition)
Assert a condition at run-time.
void ecb_decrypt(void *ctx, const void *src, void *dst, size_t len, struct cipher_algorithm *raw_cipher)
Decrypt data.
void ecb_encrypt(void *ctx, const void *src, void *dst, size_t len, struct cipher_algorithm *raw_cipher)
Encrypt data.
Electronic codebook (ECB)
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
#define cipher_decrypt(cipher, ctx, src, dst, len)
#define cipher_encrypt(cipher, ctx, src, dst, len)
size_t blocksize
Block size.