Current Path : /sys/amd64/compile/hs32/modules/usr/src/sys/modules/firewire/sbp/@/crypto/blowfish/arch/i386/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //sys/amd64/compile/hs32/modules/usr/src/sys/modules/firewire/sbp/@/crypto/blowfish/arch/i386/bf_enc.S |
/* $NetBSD: bf_enc.S,v 1.1 2001/09/09 11:01:01 tls Exp $ */ /* $FreeBSD: release/9.1.0/sys/crypto/blowfish/arch/i386/bf_enc.S 137784 2004-11-16 20:42:32Z jhb $ */ /* * Written by Jason R. Thorpe <thorpej@zembu.com> and Thor Lancelot Simon * <tls@netbsd.org>. Public domain. */ /* * XXX Should use CPP symbols defined as a result of * XXX `cc -mcpu=pentiumpro'. */ #if defined(I486_CPU) || defined(I586_CPU) #include "bf_enc_586.S" #else #include "bf_enc_686.S" #endif