1
0
Files
irix-657m-src/stand/arcs/include/prom_encrypt.h
2022-09-29 17:59:04 +03:00

13 lines
255 B
C

/*
** prom_encrypt.h -- version $Revision: 1.1 $
** security prom defines
*/
#ifndef PROM_ENCRYPT_DEF
#define PROM_ENCRYPT_DEF 1
#define INPUT_KEY_LEN 8
#define ENC_KEY_LEN (INPUT_KEY_LEN+INPUT_KEY_LEN)
#endif /* PROM_ENCRYPT_DEF */