Home
last modified time | relevance | path

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

/openssl/engines/
H A De_afalg.c272 u_int64_t eval = 0; in afalg_fin_cipher_aio() local
314 r = read(aio->efd, &eval, sizeof(eval)); in afalg_fin_cipher_aio()
320 } else if (r == 0 || eval <= 0) { in afalg_fin_cipher_aio()
322 __LINE__, r, eval); in afalg_fin_cipher_aio()
324 if (eval > 0) { in afalg_fin_cipher_aio()
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl731 my $i = 1*eval($2);
733 } elsif (my $i = 1*eval($token) or $token eq "0") {
775 && do { $cfa_rsp = -1*eval($$line) if ($cfa_reg eq "%rsp");
779 && do { $cfa_rsp -= 1*eval($$line) if ($cfa_reg eq "%rsp");
784 $cfa_rsp = -1*eval($2) if ($cfa_reg eq "%rsp");
/openssl/test/
H A Dhpke_test.c214 unsigned char eval[OSSL_HPKE_TSTSIZE]; in do_testhpke() local
216 if (len > sizeof(eval)) in do_testhpke()
219 if (!TEST_false(OSSL_HPKE_export(sealctx, eval, len, in do_testhpke()
223 if (!TEST_true(OSSL_HPKE_export(sealctx, eval, len, in do_testhpke()
227 if (!TEST_mem_eq(eval, len, export[i].expected_secret, in do_testhpke()
/openssl/external/perl/Text-Template-1.56/
H 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 26 milliseconds