Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 22 of 22) sorted by relevance

/crypto/perlasm/
A Dreadme30 &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 Dx86_64-xlate.pl840 my ($op, $value, @extra) = @_;
857 foreach (@extra) {
861 $info{num_codes} += 1 + scalar(@extra);
/crypto/
A Dmem_test.cc131 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 Dgcm_nohw.cc.inc67 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 Dcfb.cc.inc94 it corrupts any extra bits in the last byte of out */
/crypto/fipsmodule/rand/
A Drand.cc.inc250 // |*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 Dcipher.cc.inc226 // 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 DFIPS.md76 …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 Ddiv.cc.inc202 // iteration works with a prefix greater than |sdiv|. (This is the extra u0
461 // extra word in |carry|.
A Dexponentiation.cc.inc660 // from Montgomery form with unreduced output, followed by an extra
A Dprime.cc.inc633 // composites are rejected early. Only the two secret primes see extra work.
/crypto/fipsmodule/ec/
A Dutil.cc.inc157 // 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 Dmlkem.cc.inc411 // reduce_once(value + kPrime), this is one extra addition and small range
/crypto/cipher/test/nist_cavp/
A Dtdes_ecb.txt1 # Generated by "make_cavp -extra-labels Cipher=DES-EDE3 -cipher tdes kat_des/KAT_TDES/TECBinvperm.r…
A Dtdes_cbc.txt1 # Generated by "make_cavp -extra-labels Cipher=DES-EDE3-CBC -cipher tdes kat_des/KAT_TDES/TCBCinvpe…
A Daes_128_cbc.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-128-CBC kat_aes/CBCGFSbox128.rsp kat…
A Daes_128_ctr.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-128-CTR -swap-iv-plaintext kat_aes/C…
A Daes_192_cbc.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-192-CBC kat_aes/CBCGFSbox192.rsp kat…
A Daes_192_ctr.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-192-CTR -swap-iv-plaintext kat_aes/C…
A Daes_256_cbc.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-256-CBC kat_aes/CBCGFSbox256.rsp kat…
A Daes_256_ctr.txt1 # Generated by "make_cavp -cipher=aes -extra-labels=Cipher=AES-256-CTR -swap-iv-plaintext kat_aes/C…
/crypto/fipsmodule/rsa/
A Drsa_impl.cc.inc264 // none are free, the cache will be extended by a extra element and the new

Completed in 868 milliseconds