Home
last modified time | relevance | path

Searched defs:cb_type (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dssl.py980 def get_channel_binding(self, cb_type="tls-unique"): argument
1394 def get_channel_binding(self, cb_type="tls-unique"): argument
/third_party/python/Modules/clinic/
D_ssl.c.h355 const char *cb_type = "tls-unique"; in _ssl__SSLSocket_get_channel_binding() local
/third_party/python/Modules/
D_ssl.c2690 const char *cb_type) in _ssl__SSLSocket_get_channel_binding_impl()