/third_party/python/Lib/test/ |
H A D | test_finalization.py | 359 def build_chain(self, classes): member in CycleChainFinalizationTest 368 nodes = self.build_chain(classes) 382 nodes = self.build_chain(classes)
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 152 STACK_OF(X509) *chain, int build_chain) in set_cert_key_stuff() 183 if (build_chain && !SSL_CTX_build_cert_chain(ctx, chflags)) { in set_cert_key_stuff() 867 int build_chain; member 950 if (exc->build_chain) { in set_cert_cb() 1089 exc->build_chain = 1; in args_excert() 151 set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, STACK_OF(X509) *chain, int build_chain) set_cert_key_stuff() argument
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 152 STACK_OF(X509) *chain, int build_chain) in set_cert_key_stuff() 183 if (build_chain && !SSL_CTX_build_cert_chain(ctx, chflags)) { in set_cert_key_stuff() 867 int build_chain; member 950 if (exc->build_chain) { in set_cert_cb() 1089 exc->build_chain = 1; in args_excert() 151 set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, STACK_OF(X509) *chain, int build_chain) set_cert_key_stuff() argument
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | s_apps.h | 28 STACK_OF(X509) *chain, int build_chain);
|
/third_party/openssl/apps/include/ |
H A D | s_apps.h | 28 STACK_OF(X509) *chain, int build_chain);
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 775 {"build_chain", OPT_BUILD_CHAIN, '-', "Build server certificate chain"}, 999 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; in s_server_main() local 1316 build_chain = 1; in s_server_main() 2093 if (!set_cert_key_stuff(ctx, s_cert, s_key, s_chain, build_chain)) in s_server_main() 2103 && !set_cert_key_stuff(ctx2, s_cert2, s_key2, NULL, build_chain)) in s_server_main() 2107 if (!set_cert_key_stuff(ctx, s_dcert, s_dkey, s_dchain, build_chain)) in s_server_main()
|
H A D | s_client.c | 524 {"build_chain", OPT_BUILD_CHAIN, '-', "Build client certificate chain"}, 817 int build_chain = 0, cbuf_len, cbuf_off, cert_format = FORMAT_UNDEF; in s_client_main() local 1322 build_chain = 1; in s_client_main() 1909 if (!set_cert_key_stuff(ctx, cert, key, chain, build_chain)) in s_client_main()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 775 {"build_chain", OPT_BUILD_CHAIN, '-', "Build server certificate chain"}, 999 int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0; in s_server_main() local 1316 build_chain = 1; in s_server_main() 2088 if (!set_cert_key_stuff(ctx, s_cert, s_key, s_chain, build_chain)) in s_server_main() 2098 && !set_cert_key_stuff(ctx2, s_cert2, s_key2, NULL, build_chain)) in s_server_main() 2102 if (!set_cert_key_stuff(ctx, s_dcert, s_dkey, s_dchain, build_chain)) in s_server_main()
|
H A D | s_client.c | 524 {"build_chain", OPT_BUILD_CHAIN, '-', "Build client certificate chain"}, 817 int build_chain = 0, cbuf_len, cbuf_off, cert_format = FORMAT_UNDEF; in s_client_main() local 1322 build_chain = 1; in s_client_main() 1909 if (!set_cert_key_stuff(ctx, cert, key, chain, build_chain)) in s_client_main()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 44 static int build_chain(X509_STORE_CTX *ctx); 216 if ((ok = build_chain(ctx)) <= 0 in verify_chain() 2988 static int build_chain(X509_STORE_CTX *ctx) in build_chain() function 3353 if (!build_chain(ctx) && finish_chain) in STACK_OF()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vfy.c | 44 static int build_chain(X509_STORE_CTX *ctx); 216 if ((ok = build_chain(ctx)) <= 0 in verify_chain() 2990 static int build_chain(X509_STORE_CTX *ctx) in build_chain() function 3355 if (!build_chain(ctx) && finish_chain) in STACK_OF()
|