expanded_key      663 ext/standard/crypt_blowfish.c 		BF_key expanded_key;
expanded_key      700 ext/standard/crypt_blowfish.c 	BF_set_key(key, data.expanded_key, data.ctx.P,
expanded_key      734 ext/standard/crypt_blowfish.c 			data.ctx.P[i] ^= data.expanded_key[i];
expanded_key      735 ext/standard/crypt_blowfish.c 			data.ctx.P[i + 1] ^= data.expanded_key[i + 1];