1*38047Skfall /* 2*38047Skfall * Copyright (c) 1989 The Regents of the University of California. 3*38047Skfall * All rights reserved. 4*38047Skfall * 5*38047Skfall * Redistribution and use in source and binary forms are permitted 6*38047Skfall * provided that the above copyright notice and this paragraph are 7*38047Skfall * duplicated in all such forms and that any documentation, 8*38047Skfall * advertising materials, and other materials related to such 9*38047Skfall * distribution and use acknowledge that the software was developed 10*38047Skfall * by the University of California, Berkeley. The name of the 11*38047Skfall * University may not be used to endorse or promote products derived 12*38047Skfall * from this software without specific prior written permission. 13*38047Skfall * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*38047Skfall * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*38047Skfall * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 16*38047Skfall */ 17*38047Skfall 1836344Skfall #define APPEND_DB 0x01 19*38047Skfall #define ABORT 0x02 2036344Skfall 21*38047Skfall #define GOTKEY_MSG "GOTKEY" 2236344Skfall 2336344Skfall struct keyfile_data { 2436344Skfall C_Block kf_key; 2536344Skfall }; 26