Searched refs:protector_impl (Results 1 – 1 of 1) sorted by relevance
1071 tsi_ssl_frame_protector* protector_impl = in ssl_handshaker_result_create_frame_protector() local1073 gpr_zalloc(sizeof(*protector_impl))); in ssl_handshaker_result_create_frame_protector()1087 protector_impl->buffer_size = in ssl_handshaker_result_create_frame_protector()1089 protector_impl->buffer = in ssl_handshaker_result_create_frame_protector()1090 static_cast<unsigned char*>(gpr_malloc(protector_impl->buffer_size)); in ssl_handshaker_result_create_frame_protector()1091 if (protector_impl->buffer == nullptr) { in ssl_handshaker_result_create_frame_protector()1094 gpr_free(protector_impl); in ssl_handshaker_result_create_frame_protector()1099 protector_impl->ssl = impl->ssl; in ssl_handshaker_result_create_frame_protector()1101 protector_impl->network_io = impl->network_io; in ssl_handshaker_result_create_frame_protector()1103 protector_impl->base.vtable = &frame_protector_vtable; in ssl_handshaker_result_create_frame_protector()[all …]