Home
last modified time | relevance | path

Searched full:yasm (Results 1 – 6 of 6) sorted by relevance

/src/crypto/krb5/src/lib/crypto/builtin/aes/
H A DMakefile.in9 YASM=@YASM@
42 $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx64.s
45 $(YASM) $(AESNI_FLAGS) -o $@ $(srcdir)/iaesx86.s
H A Daes.txt30 C:\Program Files\yasm
87 to YASM (well done Peter and Michael!) has allowed the AMD64
109 aes_x86_v1.asm x86 assembler (YASM) alternative to aescrypt.c using
111 aes_x86_v2.asm x86 assembler (YASM) alternative to aescrypt.c using
113 aes_amd64.asm AMD64 assembler (YASM) alternative to aescrypt.c using
142 yasm.rules the YASM build rules file for Microsoft Visual Studio 2005
174 B. YASM
177 If you wish to use the x86 assembler files you will also need the YASM open
180 http://www.tortall.net/projects/yasm/
184 C:\Program Files\yasm
[all …]
/src/crypto/krb5/.github/workflows/
H A Dbuild.yml37 …ibkeyutils-dev libsasl2-dev libssl-dev python3-kdcproxy python3-pip slapd tcsh yasm softhsm2 opensc
/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S33 * An AES implementation for AMD64 processors using the YASM assembler. This
143 * 2. Translate yasm/nasm %define and .macro definitions to cpp(1) #define
145 * 3. Translate yasm/nasm %ifdef/%ifndef to cpp(1) #ifdef
147 * 4. Translate Intel/yasm/nasm syntax to ATT/OpenSolaris as(1) syntax
153 * Intel/yasm/nasm Syntax ATT/OpenSolaris Syntax
/src/crypto/krb5/src/
H A Dconfigure.ac396 AC_CHECK_PROG(YASM,yasm,yasm)
398 if test x"$YASM" != x -a "x$ac_cv_header_cpuid_h" = xyes; then
H A Dconfigure723 YASM
10307 # Extract the first word of "yasm", so it can be a program name with args.
10308 set dummy yasm; ac_word=$2
10315 if test -n "$YASM"; then
10316 ac_cv_prog_YASM="$YASM" # Let the user override the test.
10329 ac_cv_prog_YASM="yasm"
10339 YASM=$ac_cv_prog_YASM
10340 if test -n "$YASM"; then
10341 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YASM" >&5
10342 printf "%s\n" "$YASM" >&6; }
[all …]