Searched refs:TEMP (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/sha/asm/ |
H A D | keccak1600-ppc64.pl | 74 $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 D | taint.t | 16 ($ENV{TEMP}) = $ENV{TEMP} =~ m/^.*$/gmsx; # untaint $ENV{TEMP}
|
/openssl/dev/ |
H A D | release.sh | 77 TEMP=$(getopt -l 'alpha,next-beta,beta,final' \ 86 eval set -- "$TEMP"
|
/openssl/doc/man5/ |
H A D | config.pod | 504 to a temporary file, and the environment variable B<TEMP> or 509 B<TEMP> to default to B<TMP>. 513 TEMP = $ENV::TMP 516 tmpfile = ${ENV::TEMP}/tmp.filename
|
Completed in 11 milliseconds