Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c1456 char *cipher_protocol; in PySSL_cipher() local
1478 cipher_protocol = (char *) SSL_CIPHER_get_version(current); in PySSL_cipher()
1479 if (cipher_protocol == NULL) { in PySSL_cipher()
1483 v = PyString_FromString(cipher_protocol); in PySSL_cipher()