Home
last modified time | relevance | path

Searched defs:is_server (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dms_funcs.c359 int is_server) in get_asymetric_start_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dms_funcs.c359 int is_server) in get_asymetric_start_key()
/third_party/node/src/
Dnode_crypto.h215 inline bool is_server() const { return kind_ == kServer; } in is_server() function
Dnode_crypto_common.cc1234 bool is_server) { in GetPeerCert()
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c671 altcp_tls_create_config(int is_server, uint8_t cert_count, uint8_t pkey_count, int have_ca) in altcp_tls_create_config()
/third_party/node/lib/
Dnet.js135 function createHandle(fd, is_server) { argument
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2893 pub fn is_server(&self) -> bool { in is_server() method