Searched refs:extra (Results 1 – 22 of 22) sorted by relevance
/crypto/perlasm/ |
A D | readme | 30 &stack_push(num) Basically a 'sub esp, num*4' with extra 32 &function_begin(name,extra) Start a function with pushing of 33 edi, esi, ebx and ebp. extra is extra win32 35 &function_begin_B(name,extra) Same as normal function_begin but no pushing.
|
A D | x86_64-xlate.pl | 840 my ($op, $value, @extra) = @_; 857 foreach (@extra) { 861 $info{num_codes} += 1 + scalar(@extra);
|
/crypto/ |
A D | mem_test.cc | 131 TagAndArray extra; in TEST() local 132 extra.tag = 1234; in TEST() 133 ASSERT_TRUE(extra.vec.Push(1234)); in TEST() 134 ASSERT_TRUE(vec.Push(std::move(extra))); in TEST()
|
/crypto/fipsmodule/aes/ |
A D | gcm_nohw.cc.inc | 67 uint128_t extra = (a0_mask & b) ^ ((uint128_t)(a1_mask & b) << 1) ^ 74 (((uint64_t)c3) & UINT64_C(0x8888888888888888)) ^ ((uint64_t)extra); 79 ((uint64_t)(extra >> 64));
|
A D | cfb.cc.inc | 94 it corrupts any extra bits in the last byte of out */
|
/crypto/fipsmodule/rand/ |
A D | rand.cc.inc | 250 // |*out_additional_input_len| to the number of extra bytes. 318 // |*out_additional_input_len| to the number of extra bytes.
|
/crypto/fipsmodule/cipher/ |
A D | cipher.cc.inc | 226 // Ciphers that use blocks may write up to |bl| extra bytes. Ensure the output 365 // Ciphers that use blocks may write up to |bl| extra bytes. Ensure the output
|
/crypto/fipsmodule/ |
A D | FIPS.md | 76 …o obtain additional entropy from the operating system. If available, that extra entropy will be XO… 138 …ffset to the variable in that location. Thus the only change needed is an extra indirection when l…
|
/crypto/fipsmodule/bn/ |
A D | div.cc.inc | 202 // iteration works with a prefix greater than |sdiv|. (This is the extra u0 461 // extra word in |carry|.
|
A D | exponentiation.cc.inc | 660 // from Montgomery form with unreduced output, followed by an extra
|
A D | prime.cc.inc | 633 // composites are rejected early. Only the two secret primes see extra work.
|
/crypto/fipsmodule/ec/ |
A D | util.cc.inc | 157 // by adding b_l b_(l-1) ... b_(i+1) b_i and an extra copy of b_(i-1). In C
|
/crypto/fipsmodule/mlkem/ |
A D | mlkem.cc.inc | 411 // reduce_once(value + kPrime), this is one extra addition and small range
|
/crypto/cipher/test/nist_cavp/ |
A D | tdes_ecb.txt | 1 # Generated by "make_cavp -extra-labels Cipher=DES-EDE3 -cipher tdes kat_des/KAT_TDES/TECBinvperm.r…
|
A D | tdes_cbc.txt | 1 # Generated by "make_cavp -extra-labels Cipher=DES-EDE3-CBC -cipher tdes kat_des/KAT_TDES/TCBCinvpe…
|
A D | aes_128_cbc.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-128-CBC kat_aes/CBCGFSbox128.rsp kat…
|
A D | aes_128_ctr.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-128-CTR -swap-iv-plaintext kat_aes/C…
|
A D | aes_192_cbc.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-192-CBC kat_aes/CBCGFSbox192.rsp kat…
|
A D | aes_192_ctr.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-192-CTR -swap-iv-plaintext kat_aes/C…
|
A D | aes_256_cbc.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-256-CBC kat_aes/CBCGFSbox256.rsp kat…
|
A D | aes_256_ctr.txt | 1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-256-CTR -swap-iv-plaintext kat_aes/C…
|
/crypto/fipsmodule/rsa/ |
A D | rsa_impl.cc.inc | 264 // none are free, the cache will be extended by a extra element and the new
|
Completed in 868 milliseconds