Home
last modified time | relevance | path

Searched refs:TEMP (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/modes/asm/
H A Dghash-riscv64.pl93 ld $TEMP,0($Xi)
94 sd $TEMP,0($Haddr)
95 ld $TEMP,8($Xi)
96 sd $TEMP,8($Haddr)
149 xor $TEMP,$A0,$A1
178 srli $TEMP,$E1,63
179 or $C1,$C1,$TEMP
188 srli $TEMP,$D0,63
189 or $E0,$E0,$TEMP
217 xor $TEMP,$AA0,$AA1
[all …]
/openssl/crypto/sha/asm/
H A Dkeccak1600-ppc64.pl74 $TEMP=$LOCALS+6*$SIZE_T;
102 std $A[0][4],`$TEMP+0`($sp)
104 std $A[1][4],`$TEMP+8`($sp)
106 std $A[2][4],`$TEMP+16`($sp)
108 std $A[3][4],`$TEMP+24`($sp)
166 ld $A[0][4],`$TEMP+0`($sp)
168 ld $A[1][4],`$TEMP+8`($sp)
170 ld $A[2][4],`$TEMP+16`($sp)
172 ld $A[3][4],`$TEMP+24`($sp)
/openssl/external/perl/Text-Template-1.56/t/
H A Dtaint.t16 ($ENV{TEMP}) = $ENV{TEMP} =~ m/^.*$/gmsx; # untaint $ENV{TEMP}
/openssl/dev/
H A Drelease.sh77 TEMP=$(getopt -l 'alpha,next-beta,beta,final' \
86 eval set -- "$TEMP"
/openssl/doc/man5/
H A Dconfig.pod493 to a temporary file, and the environment variable B<TEMP> or
498 B<TEMP> to default to B<TMP>.
502 TEMP = $ENV::TMP
505 tmpfile = ${ENV::TEMP}/tmp.filename

Completed in 21 milliseconds