Searched refs:rounds_ (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aesni-x86.pl | 100 $rounds_="ebx"; # backup copy for $rounds 442 &mov ($rounds_,&wparam(4)); 446 &test ($rounds_,$rounds_); 450 &mov ($rounds_,$rounds); # backup $rounds 484 &mov ($rounds,$rounds_); # restore $rounds 550 &mov ($rounds_,$rounds); # backup $rounds 584 &mov ($rounds,$rounds_); # restore $rounds 673 &mov ($rounds_,&wparam(4)); 680 &movdqu ($ivec,&QWP(0,$rounds_)); # load ivec 691 &mov ($rounds_,1); [all …]
|
/external/rust/crates/ring/crypto/fipsmodule/aes/asm/ |
D | aesni-x86.pl | 97 $rounds_="ebx"; # backup copy for $rounds 426 &mov ($rounds_,&wparam(4)); 435 &movdqu ($inout5,&QWP(0,$rounds_)); # load ivec 451 &pextrd ($rounds_,$inout5,3); # pull 32-bit counter 457 &bswap ($rounds_); 461 &pinsrd ($rndkey0,$rounds_,0); 462 &lea ($key_,&DWP(3,$rounds_)); 464 &inc ($rounds_); 465 &pinsrd ($rndkey0,$rounds_,1); 468 &inc ($rounds_); [all …]
|
/external/libchrome/ipc/ |
D | ipc_mojo_perftest.cc | 141 : rounds_(rounds), num_interfaces_(num_interfaces) {} in InterfacePassingTestParams() 143 size_t rounds() const { return rounds_; } in rounds() 147 size_t rounds_; member in IPC::__anon422127d70111::InterfacePassingTestParams 436 rounds_ = count_down_ = params[i].rounds(); in RunInterfacePassingServer() 452 "IPC_%s_Perf_%zux_%zu", label_.c_str(), rounds_, num_interfaces_); in OnInitCallback() 521 size_t rounds_ = 0; member in IPC::__anon422127d70111::MojoInterfacePassingPerfTest
|