Searched refs:xlate (Results 101 - 105 of 105) sorted by relevance

12345

/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont5.pl41 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
42 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
43 die "can't locate x86_64-xlate.pl";
45 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"";
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl68 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
69 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
70 die "can't locate x86_64-xlate.pl";
92 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"";
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl50 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
51 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
52 die "can't locate x86_64-xlate.pl";
54 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"";
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl202 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
203 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
204 die "can't locate x86_64-xlate.pl";
206 open OUT,"| \"$^X\" \"$xlate\" $flavour \"$output\"";
H A Daesp8-ppc.pl69 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
70 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
71 die "can't locate ppc-xlate.pl";
73 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";

Completed in 98 milliseconds

12345