size_t blocksize
Block size.
void ecb_decrypt(void *ctx, const void *src, void *dst, size_t len, struct cipher_algorithm *raw_cipher)
Decrypt data.
struct golan_eq_context ctx
Electronic codebook (ECB)
#define cipher_encrypt(cipher, ctx, src, dst, len)
assert((readw(&hdr->flags) &(GTF_reading|GTF_writing))==0)
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
#define cipher_decrypt(cipher, ctx, src, dst, len)
void ecb_encrypt(void *ctx, const void *src, void *dst, size_t len, struct cipher_algorithm *raw_cipher)
Encrypt data.