Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

crypt_data

Declaration

Source position: crypth.inc line 10

type crypt_data = record

  keysched: array [0..(16*8)-1] of char;

  sb0: array [0..32767] of char;

  sb1: array [0..32767] of char;

  sb2: array [0..32767] of char;

  sb3: array [0..32767] of char;

  crypt_3_buf: array [0..13] of char;

  current_salt: array [0..1] of char;

  current_saltbits: LongInt;

  direction: LongInt;

  initialized: LongInt;

end;


Documentation generated on: 2023-03-18