HomeSort by relevance Sort by last modified time
    Searched refs:xlate (Results 26 - 27 of 27) sorted by null

12

  /external/openssl/crypto/aes/asm/
bsaes-x86_64.pl 104 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
105 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
106 die "can't locate x86_64-xlate.pl";
108 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]
aes-x86_64.pl 35 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
36 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
37 die "can't locate x86_64-xlate.pl";
39 open OUT,"| \"$^X\" $xlate $flavour $output";
    [all...]

Completed in 67 milliseconds

12