Home
last modified time | relevance | path

Searched refs:peer_cert_full_chain (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dtls_credentials_options.cc59 std::string TlsServerAuthorizationCheckArg::peer_cert_full_chain() const { in peer_cert_full_chain() function in grpc::experimental::TlsServerAuthorizationCheckArg
60 std::string cpp_peer_cert_full_chain(c_arg_->peer_cert_full_chain); in peer_cert_full_chain()
91 const std::string& peer_cert_full_chain) { in set_peer_cert_full_chain() argument
92 c_arg_->peer_cert_full_chain = gpr_strdup(peer_cert_full_chain.c_str()); in set_peer_cert_full_chain()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dtls_credentials_options.h66 std::string peer_cert_full_chain() const;
75 void set_peer_cert_full_chain(const std::string& peer_cert_full_chain);
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dtls_credentials_options.h66 std::string peer_cert_full_chain() const;
75 void set_peer_cert_full_chain(const std::string& peer_cert_full_chain);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc251 check_arg_->peer_cert_full_chain = in check_peer()
252 check_arg_->peer_cert_full_chain == nullptr in check_peer()
254 : check_arg_->peer_cert_full_chain; in check_peer()
462 arg->peer_cert_full_chain = nullptr; in ServerAuthorizationCheckArgCreate()
479 gpr_free(const_cast<char*>(arg->peer_cert_full_chain)); in ServerAuthorizationCheckArgDestroy()
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc_security.h978 const char* peer_cert_full_chain; member
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dgrpc_security.h978 const char* peer_cert_full_chain; member
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs3430 pub peer_cert_full_chain: *const ::std::os::raw::c_char, field
Dx86_64-unknown-linux-gnu-bindings.rs3430 pub peer_cert_full_chain: *const ::std::os::raw::c_char, field