Lines Matching defs:method
1471 if ((OBJ_obj2nid(ad->method) != nid) ||
3022 const SSL_METHOD *method = NULL;
3040 method = SSLv3_method();
3048 method = TLSv1_method();
3056 method = TLSv1_1_method();
3064 method = TLSv1_2_method();
3069 method = TLS_method();
3072 method = TLS_client_method();
3075 method = TLS_server_method();
3078 method = NULL;
3081 if (method == NULL) {
3089 ctx = SSL_CTX_new(method);
4574 If the argument is None then the callback is disabled. The method is called\n\