Home
last modified time | relevance | path

Searched refs:eval (Results 1 – 3 of 3) sorted by relevance

/openssl-master/engines/
A De_afalg.c273 u_int64_t eval = 0; in afalg_fin_cipher_aio() local
315 r = read(aio->efd, &eval, sizeof(eval)); in afalg_fin_cipher_aio()
321 } else if (r == 0 || eval <= 0) { in afalg_fin_cipher_aio()
323 __LINE__, r, eval); in afalg_fin_cipher_aio()
325 if (eval > 0) { in afalg_fin_cipher_aio()
/openssl-master/crypto/perlasm/
A Dx86_64-xlate.pl667 my $i = 1*eval($2);
669 } elsif (my $i = 1*eval($token) or $token eq "0") {
711 && do { $cfa_rsp = -1*eval($$line) if ($cfa_reg eq "%rsp");
715 && do { $cfa_rsp -= 1*eval($$line) if ($cfa_reg eq "%rsp");
720 $cfa_rsp = -1*eval($2) if ($cfa_reg eq "%rsp");
/openssl-master/external/perl/Text-Template-1.56/
A DChanges30 - Turn off strict+warnings in sections where template code is eval'ed
145 - New UNTAINT option tells the module that it is safe to 'eval' code even
167 - New UNTAINT option tells the module that it is safe to eval template code

Completed in 7 milliseconds