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