Searched refs:FIPS (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 1 # FIPS 140-2 3 …FIPS validated. However, there is a core library (called BoringCrypto) that has been FIPS validate… 5 Please note that we cannot answer questions about FIPS, nor about using BoringSSL in a FIPS-complia… 22 In order to demonstrate failures of the various FIPS 140 tests, BoringSSL can be built in ways that… 38 …FIPS module inside a binary and thus trigger a failure of the integrity test. Note that the binary… 42 FIPS 140-2 requires that one of its PRNGs be used (which they call DRBGs). In BoringCrypto, we use … 46 In FIPS mode, each of those entropy sources is subject to a 10× overread. That is, when *n* bytes o… 50 …FIPS PRNGs allow “additional input” to be fed into a given call. We use this feature to be as robu… 52 …DSA nonce. This allows ECDSA to be robust to entropy failures while still following the FIPS rules. 54 FIPS requires that RNG state be zeroed when the process exits. In order to implement this, all per-… [all …]
|
/external/wycheproof/doc/ |
D | dsa.md | 35 are described in FIPS PUB 186-4, Section B.5.1 or B.5.2 [DSS]. There is also the 190 [DSS]: FIPS PUB 186-4, "Digital Signature Standard (DSS)", National Institute 192 http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf
|
/external/boringssl/src/fipstools/ |
D | CMakeLists.txt | 3 if (FIPS)
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_tests.txt | 1 # Test vectors from FIPS-197, Appendix C.
|
/external/vboot_reference/firmware/include/ |
D | tss_constants.h | 77 TSS_BOOL FIPS; member
|
/external/python/cpython2/Doc/library/ |
D | hashlib.rst | 21 message digest algorithms. Included are the FIPS secure hash algorithms SHA1, 22 SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA's MD5 205 The FIPS 180-2 publication on Secure Hash Algorithms.
|
D | sha.rst | 80 The Secure Hash Algorithm is defined by NIST document FIPS PUB 180-2: `Secure
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | cipher_tests.txt | 109 # AES 128 ECB tests (from FIPS-197 test vectors, encrypt) 117 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt) 609 # AES-192-ECB tests from FIPS-197
|
/external/python/cpython3/Doc/library/ |
D | hashlib.rst | 24 message digest algorithms. Included are the FIPS secure hash algorithms SHA1, 25 SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA's MD5 70 may be missing if you are using a rare "FIPS compliant" build of Python. 123 some upstream vendors offering an odd "FIPS compliant" Python build that 727 The FIPS 180-2 publication on Secure Hash Algorithms.
|
/external/vboot_reference/utility/ |
D | tpmc.c | 295 P(FIPS); in HandlerGetPermanentFlags()
|
/external/boringssl/src/ |
D | CMakeLists.txt | 283 if(FIPS)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 751 * improved FIPS mode builds with OpenSSL 753 OpenSSL FIPS object module 756 - do not export TLS keys in FIPS mode 761 DRBG to be used in FIPS mode
|
/external/scapy/test/ |
D | tls.uts | 435 = Crypto - DES cipher in CBC mode, check from FIPS PUB 81
|