Searched refs:flag (Results 1 – 12 of 12) sorted by relevance
/crypto/x509/ |
A D | v3_prn.cc | 27 unsigned long flag, int indent, int supported); 63 int X509V3_EXT_print(BIO *out, const X509_EXTENSION *ext, unsigned long flag, in X509V3_EXT_print() argument 67 return unknown_ext_print(out, ext, flag, indent, 0); in X509V3_EXT_print() 74 return unknown_ext_print(out, ext, flag, indent, 1); in X509V3_EXT_print() 112 unsigned long flag, int indent) { in X509V3_extensions_print() argument 136 if (!X509V3_EXT_print(bp, ex, flag, indent + 4)) { in X509V3_extensions_print() 148 unsigned long flag, int indent, int supported) { in unknown_ext_print() argument 149 switch (flag & X509V3_EXT_UNKNOWN_MASK) { in unknown_ext_print() 173 int X509V3_EXT_print_fp(FILE *fp, const X509_EXTENSION *ext, int flag, in X509V3_EXT_print_fp() argument 180 ret = X509V3_EXT_print(bio_tmp, ext, flag, indent); in X509V3_EXT_print_fp()
|
/crypto/cipher/test/nist_cavp/ |
A D | make_cavp.go | 30 …cipher = flag.String("cipher", "", "The name of the cipher/mode (supported: aes, tdes,… 31 …cmdLineLabelStr = flag.String("extra-labels", "", "Comma-separated list of additional label pai… 32 …swapIVAndPlaintext = flag.Bool("swap-iv-plaintext", false, "When processing CBC vector files for C… 195 flag.PrintDefaults() 268 flag.Usage = usage 269 flag.Parse() 271 if len(flag.Args()) == 0 { 273 flag.Usage() 280 flag.Usage() 287 for i, p := range flag.Args() {
|
/crypto/ |
A D | impl_dispatch_test.cc | 64 for (const auto& flag : flags) { in AssertFunctionsHit() local 65 SCOPED_TRACE(flag.first); in AssertFunctionsHit() 67 ASSERT_LT(flag.first, sizeof(BORINGSSL_function_hit)); in AssertFunctionsHit() 68 EXPECT_EQ(flag.second, BORINGSSL_function_hit[flag.first] == 1); in AssertFunctionsHit() 69 BORINGSSL_function_hit[flag.first] = 0; in AssertFunctionsHit()
|
/crypto/cipher/test/ |
A D | make_legacy_aead_tests.go | 20 var bulkCipher *string = flag.String("cipher", "", "The bulk cipher to use") 21 var mac *string = flag.String("mac", "", "The hash function to use in the MAC") 22 var implicitIV *bool = flag.Bool("implicit-iv", false, "If true, generate tests for a cipher using … 262 flag.Parse()
|
/crypto/test/ |
A D | wycheproof_util.cc | 38 for (const auto &flag : flags) { in IsValid() local 39 if (std::find(acceptable_flags.begin(), acceptable_flags.end(), flag) == in IsValid()
|
/crypto/rand/ |
A D | urandom_test.cc | 769 #define TRACE_FLAG(flag) \ in TEST() argument 770 snprintf(buf, sizeof(buf), #flag ": %d", (flags & flag) != 0); \ in TEST()
|
/crypto/x509/test/ |
A D | make_policy_certs.go | 36 var resetFlag = flag.Bool("reset", false, "if set, regenerates certificates that already exist") 97 flag.Parse()
|
/crypto/fipsmodule/ |
A D | FIPS.md | 78 …flag. Only entropy draws destined for DRBG seeds are affected by this. We are not suggesting that … 114 …n unit. The `-fPIC` flag is used to cause the compiler to use IP-relative addressing in many (but …
|
/crypto/fipsmodule/cipher/ |
A D | cipher.cc.inc | 190 // Clear the poisoned flag to permit re-use of a CTX that previously had a 222 // left in an indeterminate state. We set a poison flag on failure to ensure
|
/crypto/fipsmodule/ec/ |
A D | ec_key.cc.inc | 493 void EC_KEY_set_asn1_flag(EC_KEY *key, int flag) {}
|
A D | ec.cc.inc | 949 void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) {}
|
/crypto/fipsmodule/rsa/ |
A D | rsa_impl.cc.inc | 281 // The inuse flag must be zero unless we were forked from a
|
Completed in 15 milliseconds