/third_party/ltp/lib/ |
H A D | tst_fips.c | 16 int fips = 0; in tst_fips_enabled() local 19 SAFE_FILE_SCANF(PATH_FIPS, "%d", &fips); in tst_fips_enabled() 22 tst_res(TINFO, "FIPS: %s", fips ? "on" : "off"); in tst_fips_enabled() 23 return fips; in tst_fips_enabled()
|
/third_party/openssl/test/ssl-tests/ |
H A D | protocol_version.pm | 105 my ($dtls, $fips) = @_; 106 if ($dtls && $fips) { 115 my $fips = shift; 126 if ($fips) { 140 if (no_tests($dtls, $fips)) { 223 my $fips = shift; 233 if ($fips) {
|
/third_party/openssl/test/ |
H A D | endecode_test.c | 537 static int test_unprotected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_DER() argument 545 dump_der, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_unprotected_via_DER() 559 static int test_unprotected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_PEM() argument 567 dump_pem, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_unprotected_via_PEM() 714 static int test_protected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_protected_via_DER() argument 723 dump_der, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_protected_via_DER() 737 static int test_protected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_protected_via_PEM() argument 746 dump_pem, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_protected_via_PEM() 807 static int test_public_via_DER(const char *type, EVP_PKEY *key, int fips) in test_public_via_DER() argument 815 fips in test_public_via_DER() 829 test_public_via_PEM(const char *type, EVP_PKEY *key, int fips) test_public_via_PEM() argument [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | lib.rs | 158 pub mod fips; modules
|
/third_party/curl/tests/ |
H A D | secureserver.pl | 213 elsif($verstr =~ /^sslVersion.*fips *= *yes/) { 214 # the fips option causes an error if stunnel doesn't support it 296 # disable fips in case OpenSSL doesn't support it 297 print $stunconf "fips = no\n"; 326 print "fips = no\n";
|
/third_party/node/deps/openssl/config/ |
H A D | Makefile | 28 COPTS = no-comp no-shared no-afalgeng enable-ssl-trace enable-fips
|
/third_party/node/lib/ |
H A D | crypto.js | 245 return getOptionValue('--force-fips') ? 1 : getFipsCrypto(); 249 if (getOptionValue('--force-fips')) { 343 // crypto.fips is deprecated. DEP0093. Use crypto.getFips()/crypto.setFips() 344 fips: {
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_parse.c | 577 "provider", /* Name of provider (default, legacy, fips) */ in ossl_property_parse_init() 579 "fips", /* FIPS validated or FIPS supporting algorithm */ in ossl_property_parse_init()
|
/third_party/openssl/crypto/property/ |
H A D | property_parse.c | 547 "provider", /* Name of provider (default, legacy, fips) */ in ossl_property_parse_init() 549 "fips", /* FIPS validated or FIPS supporting algorithm */ in ossl_property_parse_init()
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 445 "fips", 446 "fips-securitychecks", 537 "fips" => "default", 582 "fips-securitychecks" ], 602 "module" => [ "dynamic-engine", "fips" ], 625 "autoalginit" => [ "shared", "apps", "fips" ], 642 "fips" => [ "fips-securitychecks", "acvp-tests" ], 803 s /^fips$/enable-fips/; [all...] |
/third_party/openssl/ |
H A D | Configure | 445 "fips", 446 "fips-securitychecks", 536 "fips" => "default", 580 "fips-securitychecks" ], 619 "module" => [ "fips", "dso" ], 626 "autoalginit" => [ "shared", "apps", "fips" ], 642 "fips" => [ "fips-securitychecks", "acvp-tests" ], 803 s /^fips$/enable-fips/; [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_util.h | 29 # include <openssl/fips.h>
|