Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 12 of 12) sorted by relevance

/crypto/x509/
A Dv3_prn.cc27 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 Dmake_cavp.go30 …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 Dimpl_dispatch_test.cc64 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 Dmake_legacy_aead_tests.go20 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 Dwycheproof_util.cc38 for (const auto &flag : flags) { in IsValid() local
39 if (std::find(acceptable_flags.begin(), acceptable_flags.end(), flag) == in IsValid()
/crypto/rand/
A Durandom_test.cc769 #define TRACE_FLAG(flag) \ in TEST() argument
770 snprintf(buf, sizeof(buf), #flag ": %d", (flags & flag) != 0); \ in TEST()
/crypto/x509/test/
A Dmake_policy_certs.go36 var resetFlag = flag.Bool("reset", false, "if set, regenerates certificates that already exist")
97 flag.Parse()
/crypto/fipsmodule/
A DFIPS.md78flag. 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 Dcipher.cc.inc190 // 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 Dec_key.cc.inc493 void EC_KEY_set_asn1_flag(EC_KEY *key, int flag) {}
A Dec.cc.inc949 void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) {}
/crypto/fipsmodule/rsa/
A Drsa_impl.cc.inc281 // The inuse flag must be zero unless we were forked from a

Completed in 30 milliseconds