Home
last modified time | relevance | path

Searched defs:peer_pem (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsdec.h61 gchar *peer_pem; member
/third_party/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc157 char* peer_pem = static_cast<char*>(gpr_malloc(p->value.length + 1)); in check_peer() local
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc236 char* peer_pem = static_cast<char*>(gpr_zalloc(p->value.length + 1)); in check_peer() local
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1024 const char* peer_pem, void* userdata) { in grpcsharp_verify_peer_handler()