Home
last modified time | relevance | path

Searched refs:FIPS (Results 1 – 20 of 20) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/
DFIPS.md1 # FIPS 140-2
3FIPS 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…
23 In order to demonstrate failures of the various FIPS 140 tests, BoringSSL can be built in ways that…
39FIPS module inside a binary and thus trigger a failure of the integrity test. Note that the binary…
43 FIPS 140-2 requires that one of its PRNGs be used (which they call DRBGs). In BoringCrypto, we use …
47 In FIPS mode, each of those entropy sources is subject to a 10× overread. That is, when *n* bytes o…
51FIPS PRNGs allow “additional input” to be fed into a given call. We use this feature to be as robu…
53 …DSA nonce. This allows ECDSA to be robust to entropy failures while still following the FIPS rules.
55 FIPS requires that RNG state be zeroed when the process exits. In order to implement this, all per-…
[all …]
DCMakeLists.txt134 # FIPS mode we have to have it because the module build requires going via
/external/python/rsa/
DCHANGELOG.txt52 comply with NIST FIPS 186-4 [4] as probabilistic primality test
59 [4] http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf
/external/wycheproof/doc/
Ddsa.md35 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/
DCMakeLists.txt3 if(FIPS)
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_tests.txt1 # Test vectors from FIPS-197, Appendix C.
/external/vboot_reference/firmware/include/
Dtss_constants.h77 TSS_BOOL FIPS; member
/external/python/cpython2/Doc/library/
Dhashlib.rst21 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.
Dsha.rst80 The Secure Hash Algorithm is defined by NIST document FIPS PUB 180-2: `Secure
/external/boringssl/src/crypto/cipher_extra/test/
Dcipher_tests.txt109 # AES 128 ECB tests (from FIPS-197 test vectors, encrypt)
117 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt)
667 # AES-192-ECB tests from FIPS-197
/external/python/cpython3/Doc/library/
Dhashlib.rst24 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
732 The FIPS 180-2 publication on Secure Hash Algorithms.
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dterritory_codes.txt2 # RFC3066; UN Numeric; ISO3166 Alpha-3, internet, FIPS-10
10 # for FIPS: http://earth-info.nga.mil/gns/html/fips_files.html
/external/vboot_reference/utility/
Dtpmc.c295 P(FIPS); in HandlerGetPermanentFlags()
/external/openssh/
DPROTOCOL.certkeys144 p, q, g, y are the DSA parameters as described in FIPS-186-2.
Dssh-keygen.0109 exactly 1024 bits as specified by FIPS 186-2. For ECDSA keys,
/external/boringssl/src/
DCMakeLists.txt366 if(FIPS)
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst390 FIPS-140 build environments.
D3.7.0a1.rst2249 FIPS-140 build environments.
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog821 * improved FIPS mode builds with OpenSSL
823 OpenSSL FIPS object module
826 - do not export TLS keys in FIPS mode
831 DRBG to be used in FIPS mode
/external/scapy/test/
Dtls.uts435 = Crypto - DES cipher in CBC mode, check from FIPS PUB 81