Searched refs:protector_impl (Results 1 – 1 of 1) sorted by relevance
1300 tsi_ssl_frame_protector* protector_impl = in ssl_handshaker_result_create_frame_protector() local1302 gpr_zalloc(sizeof(*protector_impl))); in ssl_handshaker_result_create_frame_protector()1316 protector_impl->buffer_size = in ssl_handshaker_result_create_frame_protector()1318 protector_impl->buffer = in ssl_handshaker_result_create_frame_protector()1319 static_cast<unsigned char*>(gpr_malloc(protector_impl->buffer_size)); in ssl_handshaker_result_create_frame_protector()1320 if (protector_impl->buffer == nullptr) { in ssl_handshaker_result_create_frame_protector()1323 gpr_free(protector_impl); in ssl_handshaker_result_create_frame_protector()1328 protector_impl->ssl = impl->ssl; in ssl_handshaker_result_create_frame_protector()1330 protector_impl->network_io = impl->network_io; in ssl_handshaker_result_create_frame_protector()1332 protector_impl->base.vtable = &frame_protector_vtable; in ssl_handshaker_result_create_frame_protector()[all …]