Lines Matching refs:thismethod
1205 const OSSL_RECORD_METHOD *thismethod; in ssl_post_record_layer_select() local
1209 thismethod = s->rlayer.rrlmethod; in ssl_post_record_layer_select()
1212 thismethod = s->rlayer.wrlmethod; in ssl_post_record_layer_select()
1226 if (SSL_IS_FIRST_HANDSHAKE(s) && thismethod->set_first_handshake != NULL) in ssl_post_record_layer_select()
1227 thismethod->set_first_handshake(thisrl, 1); in ssl_post_record_layer_select()
1229 if (s->max_pipelines != 0 && thismethod->set_max_pipelines != NULL) in ssl_post_record_layer_select()
1230 thismethod->set_max_pipelines(thisrl, s->max_pipelines); in ssl_post_record_layer_select()
1247 const OSSL_RECORD_METHOD **thismethod; in ssl_set_new_record_layer() local
1263 thismethod = &s->rlayer.rrlmethod; in ssl_set_new_record_layer()
1267 thismethod = &s->rlayer.wrlmethod; in ssl_set_new_record_layer()
1273 meth = *thismethod; in ssl_set_new_record_layer()
1429 if (*thismethod != meth && *thismethod != NULL) { in ssl_set_new_record_layer()
1434 meth = *thismethod; in ssl_set_new_record_layer()
1461 if (*thismethod != NULL && !(*thismethod)->free(*thisrl)) { in ssl_set_new_record_layer()
1468 *thismethod = meth; in ssl_set_new_record_layer()