Searched refs:eval (Results 1 – 4 of 4) sorted by relevance
/openssl/engines/ |
H A D | e_afalg.c | 272 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 D | x86_64-xlate.pl | 731 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 D | hpke_test.c | 214 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 D | Changes | 30 - 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 15 milliseconds