Home
last modified time | relevance | path

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

/openssl/ssl/record/
H A Drec_layer_s3.c1205 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()
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()
[all …]

Completed in 8 milliseconds