Source position: libnettle.pp line 1125
type Tgcm_camellia128_ctx = record
key: Tgcm_key;
gcm: Tgcm_ctx;
cipher: Tcamellia128_ctx;
end;