Searched refs:thismethod (Results 1 – 1 of 1) sorted by relevance
1205 const OSSL_RECORD_METHOD *thismethod; in ssl_post_record_layer_select() local1209 thismethod = s->rlayer.rrlmethod; in ssl_post_record_layer_select()1212 thismethod = s->rlayer.wrlmethod; in ssl_post_record_layer_select()1247 const OSSL_RECORD_METHOD **thismethod; in ssl_set_new_record_layer() local1263 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()[all …]
Completed in 10 milliseconds