13 lines
255 B
C
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 */
|