Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1187 class ssl3_enc_method(Structure): class
1211 ('ssl3_enc', POINTER(ssl3_enc_method)),
1218 ssl3_enc_method._fields_ = [
/third_party/openssl/ssl/
Dssl_local.h516 const struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */
2077 typedef struct ssl3_enc_method { struct