rawkey1           379 ext/standard/crypt_freesec.c 	uint32_t	k0, k1, rawkey0, rawkey1;
rawkey1           387 ext/standard/crypt_freesec.c 	rawkey1 =
rawkey1           393 ext/standard/crypt_freesec.c 	if ((rawkey0 | rawkey1)
rawkey1           395 ext/standard/crypt_freesec.c 	    && rawkey1 == data->old_rawkey1) {
rawkey1           405 ext/standard/crypt_freesec.c 	data->old_rawkey1 = rawkey1;
rawkey1           414 ext/standard/crypt_freesec.c 	   | key_perm_maskl[4][rawkey1 >> 25]
rawkey1           415 ext/standard/crypt_freesec.c 	   | key_perm_maskl[5][(rawkey1 >> 17) & 0x7f]
rawkey1           416 ext/standard/crypt_freesec.c 	   | key_perm_maskl[6][(rawkey1 >> 9) & 0x7f]
rawkey1           417 ext/standard/crypt_freesec.c 	   | key_perm_maskl[7][(rawkey1 >> 1) & 0x7f];
rawkey1           422 ext/standard/crypt_freesec.c 	   | key_perm_maskr[4][rawkey1 >> 25]
rawkey1           423 ext/standard/crypt_freesec.c 	   | key_perm_maskr[5][(rawkey1 >> 17) & 0x7f]
rawkey1           424 ext/standard/crypt_freesec.c 	   | key_perm_maskr[6][(rawkey1 >> 9) & 0x7f]
rawkey1           425 ext/standard/crypt_freesec.c 	   | key_perm_maskr[7][(rawkey1 >> 1) & 0x7f];