Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c1952 cipher_to_tuple(const SSL_CIPHER *cipher) in cipher_to_tuple() function
2072 PyObject *tup = cipher_to_tuple(sk_SSL_CIPHER_value(ciphers, i)); in _ssl__SSLSocket_shared_ciphers_impl()
2097 return cipher_to_tuple(current); in _ssl__SSLSocket_cipher_impl()