Home
last modified time | relevance | path

Searched defs:crl_path (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/tests/st/fl/albert/
Dconfig.json7 "crl_path": "", string
/third_party/mindspore/tests/st/fl/hybrid_lenet/
Dconfig.json7 "crl_path": "", string
/third_party/mindspore/tests/st/fl/mobile/
Dconfig.json7 "crl_path": "", string
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_client.cc93 std::string crl_path = CommUtil::ParseConfig(*(config_), kCrlPath); in InitSSL() local
Dssl_wrapper.cc100 std::string crl_path = CommUtil::ParseConfig(*(config_), kCrlPath); in InitSSL() local
/third_party/libwebsockets/test-apps/
Dtest-server.c53 char crl_path[1024] = ""; variable
Dtest-client.c60 char crl_path[1024] = ""; variable
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dcomm_util.cc248 bool CommUtil::VerifyCRL(const X509 *cert, const std::string &crl_path) { in VerifyCRL()
/third_party/openssl/crypto/x509/
Dx509_vfy.c1340 static int check_crl_chain(X509_STORE_CTX *ctx, in check_crl_chain()