Searched refs:zeros (Results 1 – 18 of 18) sorted by relevance
/crypto/ |
A D | compiler_test.cc | 235 uint8_t zeros[sizeof(void *)] = {}; in TEST() local 239 EXPECT_EQ(Bytes(aliased), Bytes(zeros)); in TEST() 244 EXPECT_EQ(Bytes(aliased), Bytes(zeros)); in TEST()
|
/crypto/fipsmodule/bn/ |
A D | mul.cc.inc | 90 // in |a| were zeros. 97 // in |b| were zeros. 107 // and returning a mask of all ones if the result was negative and all zeros if 200 // This additionally fixes any negative zeros created by |bn_mul_impl|. 206 // Prevent negative zeros.
|
A D | bn_test.cc | 1044 uint8_t zeros[256], out[256], reference[128]; in TEST_F() local 1046 OPENSSL_memset(zeros, 0, sizeof(zeros)); in TEST_F() 1055 EXPECT_EQ(Bytes(zeros), Bytes(out)); in TEST_F() 1081 EXPECT_EQ(Bytes(zeros, sizeof(out) - bytes), in TEST_F() 1104 uint8_t out[256], zeros[256]; in TEST_F() local 1106 OPENSSL_memset(zeros, 0, sizeof(zeros)); in TEST_F() 1108 EXPECT_EQ(Bytes(zeros), Bytes(out)); in TEST_F()
|
A D | div.cc.inc | 191 // avoid looping on leading zeros, as we're not trying to be leak-free. 199 // Extend |snum| with zeros to satisfy the long division invariants: 328 // Trim leading zeros and correct any negative zeros.
|
A D | bytes.cc.inc | 47 // Fill the remainder with zeros.
|
A D | shift.cc.inc | 266 // If the lower half is all zeros, it is included in the bit count and we
|
A D | bn.cc.inc | 135 // all zeros otherwise.
|
A D | prime.cc.inc | 469 is_possibly_prime = 0 - is_possibly_prime; // Make it all zeros or all ones. 491 z_is_w1_mont = 0 - z_is_w1_mont; // Make it all zeros or all ones.
|
A D | exponentiation.cc.inc | 261 // Count the number of bits in |p|, skipping leading zeros. Note this function
|
/crypto/cipher/test/ |
A D | chacha20_poly1305_tests.txt | 10 # Test padding AD with 15 zeros in the tag calculation. 18 # Test padding IN with 15 zeros in the tag calculation.
|
/crypto/fipsmodule/hkdf/ |
A D | hkdf.cc.inc | 47 // If salt is not given, HashLength zeros are used. However, HMAC does that
|
/crypto/fipsmodule/hmac/ |
A D | hmac.cc.inc | 126 // Keys are then padded with zeros.
|
/crypto/fipsmodule/rsa/ |
A D | padding.cc.inc | 229 // zeros, a one, then the salt.
|
/crypto/fipsmodule/cmac/ |
A D | cmac.cc.inc | 269 // followed by zeros.
|
/crypto/evp/ |
A D | evp_tests.txt | 541 # The above, but with too few leading zeros. 550 # The above, but with too many leading zeros.
|
/crypto/fipsmodule/ecdsa/ |
A D | ecdsa_sign_tests.txt | 6 # right number of leading zeros.
|
A D | ecdsa_verify_tests.txt | 6 # right number of leading zeros.
|
/crypto/fipsmodule/mldsa/ |
A D | mldsa.cc.inc | 1209 // where the zeros are by memory access pattern. Although this leak happens
|
Completed in 197 milliseconds